[rabbitmq-discuss] Error in the Java testing client for ssl.

k.madnani84 k.madnani84 at gmail.com
Tue Dec 17 05:55:25 GMT 2013


Hi,

In the rabbitMQ website in the ssl Support section :
http://www.rabbitmq.com/ssl.html

we have 2 Java Clients example(Example1 & Example2) connecting to a ssl
enabled RabbitMQ host.

Its regarding the example2:

I guess this line is missing :
char[] passphrase = "MySecretPassword".toCharArray(); 

before

 KeyManagerFactory kmf = KeyManagerFactory.getInstance("SunX509");
        kmf.init(ks, passphrase);







--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Error-in-the-Java-testing-client-for-ssl-tp32151.html
Sent from the RabbitMQ mailing list archive at Nabble.com.


More information about the rabbitmq-discuss mailing list