GitHub user cshannon opened a pull request:
https://github.com/apache/activemq-artemis/pull/1598
ARTEMIS-1469 - Add support for trusting any client certificate
Added a new trustAll flag which will support trusting any client
keystore when doing testing against a broker. This setting should not
be used in production and is strictly for testing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1469
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1598.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1598
----
commit 24519bbcff5e2b9a9542934696c4034ceea32790
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2017-10-18T14:07:23Z
ARTEMIS-1469 - Add support for trusting any client certificate
Added a new trustAll flag which will support trusting any client
keystore when doing testing against a broker. This setting should not
be used in production and is strictly for testing.
----
---