The current documentation demonstrates how to manually create certificates and keystores to allow for SSL connections to the broker (http://activemq.apache.org/how-do-i-use-ssl.html). However, is there a way to automate certificate handling as part of the SSL process?
In other words, can it function like its HTTPS counterpart such that the broker's certificate is not sent to the client until the handshake, at which point a user has the ability to approve or disapprove? I'm still learning about JSSE, but could a "TrustManager" object be of assistance here? Thanks, mrh -- View this message in context: http://www.nabble.com/SSL-Certificate-Management-tp22164083p22164083.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.