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/01/10 19:24:00 UTC

[jira] [Commented] (ARTEMIS-1598) Cannot lookup certificate from connector

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

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

GitHub user lulf opened a pull request:

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

    Use same name for SslHandler as acceptor

    See https://issues.apache.org/jira/browse/ARTEMIS-1598

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

    $ git pull https://github.com/lulf/activemq-artemis ARTEMIS-1598

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

    https://github.com/apache/activemq-artemis/pull/1768.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 #1768
    
----
commit cc10bc7905f7c5b2036cefee233ceffa6b460c8d
Author: Ulf Lilleengen <lu...@...>
Date:   2018-01-10T19:12:34Z

    Use same name for SslHandler as acceptor

----


> Cannot lookup certificate from connector
> ----------------------------------------
>
>                 Key: ARTEMIS-1598
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1598
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Ulf Lilleengen
>
> The keycloak sasl authentication plugin used in enmasse is used in conjunction with established outwards as well as incoming connections.
> However, as the SslHandler is used in some cases to fetch the certificates of the peer, the handler is looked up by the name "ssl". This only works for incoming connections, since the NettyAcceptor uses addLast("ssl", sslhandler), but the NettyConnector uses addLast(sslHandler). This causes the lookup to fail.  



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