Description
The ActiveMQSslConnectionFactory truststore settings don't work for the HTTPS Connector (as opposed to working fine for the SSL Connector). This is because in HttpsClientTransport it queries SslContext.getCurrentSslContext() after it has already been reset to null in ActiveMQSslConnectionFactory.createTransport.
In addition, we don't allow a way to turn off hostname verification for testing.
Attachments
Issue Links
- links to