Rabbitmq ssl_upgrade_error

Hi All,

I have completed setting up sensuapp environment and while client trying to establish connection with master I see TCP connection failure and when I look at rabbitmq looks I see below logs.

=ERROR REPORT==== 29-Apr-2015::18:10:50 ===

Error on AMQP connection <0.2046.0>:

{ssl_upgrade_error,{options,{certfile,"/etc/rabbitmq/ssl/cert.pem",

{error,enoent}}}}

^C

devops@ip-192-168-30-69:/var/log/rabbitmq$ tail -f rabbit@ip-192-168-30-69.log

=ERROR REPORT==== 29-Apr-2015::18:10:58 ===

Error on AMQP connection <0.2071.0>:

{ssl_upgrade_error,{options,{certfile,"/etc/rabbitmq/ssl/cert.pem",

{error,enoent}}}}

=ERROR REPORT==== 29-Apr-2015::18:10:58 ===

Error on AMQP connection <0.2075.0>:

{ssl_upgrade_error,{options,{certfile,"/etc/rabbitmq/ssl/cert.pem",

Client side:

{“timestamp”:“2015-04-29T18:37:12.084496+0530”,“level”:“error”,“message”:"[amqp] Detected TCP connection failure"}

{“timestamp”:“2015-04-29T19:11:42.757760+0530”,“level”:“error”,“message”:"[amqp] Detected TCP connection failure"}

{“timestamp”:“2015-04-29T20:12:58.979925+0530”,“level”:“error”,“message”:"[amqp] Detected TCP connection failure"}

{“timestamp”:“2015-04-29T20:43:39.594822+0530”,“level”:“error”,“message”:"[amqp] Detected TCP connection failure"}

{“timestamp”:“2015-04-29T21:44:55.779785+0530”,“level”:“error”,“message”:"[amqp] Detected TCP connection failure"}

{“timestamp”:“2015-04-29T22:15:36.382931+0530”,“level”:“error”,“message”:"[amqp] Detected TCP connection failure"}

Can someone please help me with solution?

Thanks,

Srini