[rabbitmq-discuss] {SSL upgrade error, timeout}

dharshanr dharshanr at scalegrid.net
Sun Oct 21 21:23:36 BST 2012


Hi folks,

I've had a rabbitmq server up for a month now in a development environment. 
I am using SSL and it has been working great. Over the past two days I am 
getting errors when I try to create a queue. Here is what I see in the 
server logs

Server log - =INFO REPORT==== 21-Oct-2012::09:12:44 ===
accepting AMQP connection <0.7614.0> (68.xxx.xx.xx:56366 -> 10.1.1.28:5671) 
*[I have obscured the IP address]*

=ERROR REPORT==== 21-Oct-2012::09:12:49 ===
error on AMQP connection <0.7614.0>: {ssl_upgrade_error,timeout}

In my java client I get the following error - Remote host closed connection 
during handshake.

Here is the cert config I am using on the server 
[
   {rabbit, [
     {ssl_listeners, [5671]},
     {tcp_listeners, [{"127.0.0.1",5672}]},
     {ssl_options, [{cacertfile,"/usr/lib/scalegrid/certs/ca/cacert.pem"},
                    {certfile,"/usr/lib/scalegrid/certs/server/cert.pem"},
                    {keyfile,"/usr/lib/scalegrid/certs/server/key.pem"},
                    {fail_if_no_peer_cert,false}]}
   ]}
].

The certs are self signed certs and not trusted. Any thoughts on how I can 
debug this error?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20121021/400db115/attachment.htm>


More information about the rabbitmq-discuss mailing list