-
Bug
-
Resolution: Done
-
Major
-
JBoss A-MQ 6.3
-
None
Similar to ENTMQ-1154, client certificate authentication works in the following scenario:
Broker A ... <jaasDualAuthenticationPlugin configuration="activemq" sslConfiguration="CertLogin" /> ... <transportConnector name="sslTransportConnector" uri="ssl://0.0.0.0:61618?needClientAuth=true&wantClientAuth=true"/> Broker B ... networkConnector uri="static://(ssl://localhost:61618)" name="myNetworkConnector" duplex="true" consumerTTL="2" messageTTL="100" dynamicOnly="false"> ...
But if you change the transport to nio+ssl, the network connector fails with the following message:
INFO | Stopping vm://localhosta#0 because Failed with SecurityException: User name [null] or password is invalid.
- relates to
-
ENTMQ-1154 Authentication based on SSL certificate fails for secure WebSockets transport wss://
- Closed