You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2018/01/11 15:50:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARTEMIS-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-1598.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.5.0

> Cannot lookup certificate from connector
> ----------------------------------------
>
>                 Key: ARTEMIS-1598
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1598
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>            Reporter: Ulf Lilleengen
>             Fix For: 2.5.0
>
>
> We are using a keycloak sasl authentication plugin in artemis to authenticate and authorize connections 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)