commit | 5e8d51371d7e0dd4188278fd85875cb5f68da8e1 | [log] [tgz] |
---|---|---|
author | Tamas Cservenak <tamas@cservenak.net> | Thu Mar 02 10:14:32 2023 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 02 10:14:32 2023 +0100 |
tree | bad3209777420520c8c263d4004f39f0f785737b | |
parent | b66fe9e414df25c8009e80c8bc386a5f44579cc0 [diff] |
[MRESOLVER-328] SSL insecure mode (#255) The transport-http now has "insecure" HTTPS mode that simply ignores any kind of SSL validation error (trust, certificate dates, hostnames). This mode is NOT MEANT for production, as it is inherently insecure but may come handy in small shops using self signed certificates. As mode value is string, we can later improve by adding flags, like ignore-hostname-validation, ignore-cert-dates etc. --- https://issues.apache.org/jira/browse/MRESOLVER-328
You have found a bug or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
git diff --check
before committing.[MRESOLVER-XXX] - Subject of the JIRA Ticket Optional supplemental description.
mvn -Prun-its verify
to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.
For changes of a trivial nature to comments and documentation, it is not always necessary to create a new ticket in JIRA. In this case, it is appropriate to start the first line of a commit with ‘(doc)’ instead of a ticket number.