[rabbitmq-discuss] SSL

Jonatan Andres jonatan.andres at gmail.com
Thu Apr 4 18:17:30 BST 2013


Hello,
I'm trying to set up a RabbitMQ server with SSL authentication (in 
Windows). 
The service starts correctly, and I get to set the AMQP connection *(Connection 
conn = factory.newConnection ();),* 
but when I try to create the channel *(Channel channel = conn.createChannel 
();)* I get the following error:

= ERROR REPORT ==== 4-Apr-2013 :: 19:01:09 ===
AMQP closing connection <0.407.0> (127.0.0.1:52063 -> 127.0.0.1:5671):
{handshake_error, opening, 0,
                  {error, badarg, 'connection.open'
                         [{io_lib, format,
                                  ["\ \ ~ 2.16.0B"
                                   [[60.60,
                                     ["19", 44, "8", 44 "68" 44 "83" 44 
"73" 44,
                                      "83", 44 "79" 44 "70" 44 "84" 44 
"49"],
                                     62.62]]],
                                  [{file, "io_lib.erl"}, {line, 152}]},
                          {rabbit_misc, format, 2, []},
                          {rabbit_ssl, escape_rdn_value, 2, []},
                          {rabbit_ssl, format_rdn, 1, []},
                          {rabbit_ssl, '0/1-0- -format_complex_rdn/1-lc $ 
^', 1, []},
                          {rabbit_ssl, format_complex_rdn, 1, []},
                          {rabbit_ssl, '0/1-0- -format_rdn_sequence/1-lc $ 
^', 1, []},
                          {rabbit_ssl, '0/1-0- -format_rdn_sequence/1-lc $ 
^', 1,
                                      []}]}}
 
 
And in my client app i get this:
 

*AMQP Connection 127.0.0.1:5671, called closeSocket(selfInitiated)*
* **

java.io.IOException

*

I've done all the tests described in 
http://www.rabbitmq.com/troubleshooting-ssl.html, and all are correct.
Can anybody help?
Thank you very much.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130404/378b9760/attachment.htm>


More information about the rabbitmq-discuss mailing list