I have statically configured ServiceMix cluster that is working flawlessly. However, when I change the protocol from tcp to ssl I run into broker connection issues. I made sure the certificates that are found in the keystores are identical on both servers. Is there anything more I have to do to make sure the communication occurs over SSL?
Configuration <amq:networkConnector uri="static://(ssl://serverAt:61616,ssl://serverB:61616)"/> Exception Could not start network bridge between: vm://localhost and: ssl://172.28.1.204:61616 due to: javax.net.ssl.SSLException : Unrecognized SSL message, plaintext connection? Your help is greatly appreciated -- View this message in context: http://www.nabble.com/Using-SSL-in-cluster-configuration-tp17238081p17238081.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
