Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Bug
-
5.15.3
-
None
-
None
Description
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