All of the documentation for ActiveMQ discusses ssl/tls.  I have implemented
ssl using ActiveMQ using an ActiveMQSslConnectionFactory on the client side
and using ActiveMQ-context.xml for setting up the broker.  Everything works
fine with url = ssl://ipadress: port: clientAuth - None.

I have a request to switch to TLS.  As I read the documentation it appears
that I should be able to change from ssl:/ to tls:/ and we are changed. 
However, when I do this I get an error that tls is an unknown protocol.  I
have searched for hours to find how to actually implement the tls part of
ActiveMQ ssl/tls.

Can anyone provide insight



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/How-to-change-from-SSL-to-TLS-tp4677000.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to