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 2018/02/27 14:51:00 UTC

[jira] [Commented] (ARTEMIS-1706) Support wantClientAuth on NettyAcceptor

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

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

GitHub user cshannon opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1903

    ARTEMIS-1706 - Add support for wantClientAuth

    Support setting wantClientAuth on a netty acceptor

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1706

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1903.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 #1903
    
----
commit d52397a8db814dc7d470c2d4bf049c680713d969
Author: Christopher L. Shannon (cshannon) <ch...@...>
Date:   2018-02-27T14:47:36Z

    ARTEMIS-1706 - Add support for wantClientAuth
    
    Support setting wantClientAuth on a netty acceptor

----


> Support wantClientAuth on NettyAcceptor
> ---------------------------------------
>
>                 Key: ARTEMIS-1706
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1706
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: Christopher L. Shannon
>            Assignee: Christopher L. Shannon
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> Currently an acceptor can be configured for 2 way SSL authentication by setting needClientAuth to true.  It is also useful to be able to set wantClientAuth to be true so that two way SSL is requested but isn't required.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)