-
Bug
-
Resolution: Done
-
Major
-
JBoss A-MQ 6.2
-
None
If the broker is configured for secure Web Sockets| <transportConnectorname="wss"uri="wss://0.0.0.0:61618?transport.needClientAuth=true"/>|
and also uses either of the two JAAS plugins| <plugins>|
<jaasCertificateAuthenticationPluginconfiguration="..."/> |
<jaasDualAuthenticationPluginconfiguration="..."sslConfiguration="..."/> |
</plugins> |
Then authentication will*always*fail based on the client's SSL certificate.
Depending on the JAAS plugin used, authentication either fails with| java.lang.SecurityException: Unable to authenticate transport without SSL certificate.|
in case of using <jaasCertificateAuthenticationPlugin> or| User name [null] or password is invalid.|
in case of using <jaasDualAuthenticationPlugin>
- is related to
-
ENTMQ-2088 certificate-based authentication always fails for nio+ssl protocol
- Closed
- duplicates
-
AMQ-6029 Loading...