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

Timothy Bish commented on AMQ-3996:
-----------------------------------

The 'SSL_NULL_WITH_NULL_NULL' issue is because the initial call we make to get 
the sslSession returns an session that's not initialized since the getSession() 
method can't block.  To fix that we need to update our sslSession in the 
finishHandshake() method.
                
> NIO + SSL: Client certificates are null
> ---------------------------------------
>
>                 Key: AMQ-3996
>                 URL: https://issues.apache.org/jira/browse/AMQ-3996
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.6.0
>            Reporter: Francesco Romano
>         Attachments: broker-jaas-ssl-nio.xml, 
> NIOSSLTransportWithJaasCertificateAuthBrokerTest.java, 
> NIOSSLTransportWithJaasCertificateAuthBrokerTest.java
>
>
> If using protocol nio+ssl, the ConnectionInfo transportContext property does 
> not contains peer certificates (which are present in the plain tcp ssl 
> transport).
> The problem is that in the NIO transport, calling 
> sslSession.getPeerCertificates() returns null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to