Description
Hello,
ActiveMQ's trunk currently fails for the current use case:
- server: stomp+nio+ssl connector + jaasDualAuthenticationPlugin
- client: connecting to the server and expecting private certificate authentication
Unit test reproducing the problem provided.
2012-10-23 17:13:01,207 [MQ NIO Worker 4] - WARN ProtocolConverter - Exception occurred processing: CONNECT ^@: java.lang.SecurityException: User name [null] or password is invalid. 2012-10-23 17:13:01,210 [MQ NIO Worker 4] - WARN Transport - Transport Connection to: tcp://128.141.156.34:59500 failed: java.io.IOException: User name [null] or password is invalid.
Attachments
Attachments
Issue Links
- is related to
-
AMQ-6074 AMQ4126Test#testOpenwireNIOSSLWithCertificate fails with JDK8
- Resolved