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

[jira] [Commented] (AMQ-6966) mqtt over wss impossible get certificate details

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

Jose commented on AMQ-6966:
---------------------------

It was my fault i was using

needClientAuth=true

instead of 

transport.needClientAuth=true

> mqtt over wss impossible get certificate details
> ------------------------------------------------
>
>                 Key: AMQ-6966
>                 URL: https://issues.apache.org/jira/browse/AMQ-6966
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: MQTT
>    Affects Versions: 5.15.3
>            Reporter: Jose
>            Priority: Major
>
> steps:
>  * connect from paho mqtt client to mqtt+ssl transport in activemq
>  * from plugin addConnection function call info.getTransportContext
> Expected, transportContext is an instance of X509Certificate[] so i can extract certificate details
>  
> Issue:
> Execute the same but connect to wss transport in activemq
> info.getTransportContext return null



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)