You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/18 14:10:00 UTC

[jira] [Commented] (ARTEMIS-1469) Support trusting any SSL client certificate for testing purposes

    [ https://issues.apache.org/jira/browse/ARTEMIS-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16209384#comment-16209384 ] 

ASF GitHub Bot commented on ARTEMIS-1469:
-----------------------------------------

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) <ch...@gmail.com>
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.

----


> Support trusting any SSL client certificate for testing purposes
> ----------------------------------------------------------------
>
>                 Key: ARTEMIS-1469
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1469
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.3.0
>            Reporter: Christopher L. Shannon
>            Assignee: Christopher L. Shannon
>            Priority: Minor
>             Fix For: 2.4.0
>
>
> Often it is useful to support trusting any provided client certificate when doing testing (like in unit tests, etc).  Other libraries support this such as Qpid JMS and this can be configured by overriding the trust manager with the ActiveMQ 5.x connection factory.  It would be helpful to support this as an option with the Artemis connection factory as well.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)