[rabbitmq-discuss] Error connecting an SSL port in Rabbitmq without validating certificates
Michael Klishin
mklishin at pivotal.io
Thu Jul 31 06:20:47 BST 2014
On 31 July 2014 at 09:16:43, Ankur5 C (ankur5.c at tcs.com) wrote:
> > I am trying to connect rabbitmq over the ssl port but I am getting
> :
>
> accepting AMQP connection <0.231.0> (192.168.161.171:65208
> -> 192.168.161.197:5671)
>
> =ERROR REPORT==== 30-Jul-2014::17:53:07
> ===
> error on AMQP connection <0.231.0>:
> {ssl_upgrade_error,timeout}
>
> My config file is :
>
> [{rabbit, [{tcp_listeners, [5672]},{ssl_listeners, [5671]},
> {ssl_options, [{cacertfile,"/etc/rabbitmq/testca/cacert.pem"},
> {certfile,"/etc/rabbitmq/server/cert.pem"},
> {keyfile,"/etc/rabbitmq/server/key.pem"},
> {verify,verify_peer},
> {fail_if_no_peer_cert,false}]}]}
> ].
>
> I am using the example https://www.rabbitmq.com/ssl.html,
> Connecting without validating certificates.
>
> Can you help me in this regard? Is there something which I am missing?
Answered in http://markmail.org/thread/b2di5s2b57ptv45n.
lease stop using existing threads to ask new questions.
Start new threads instead.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list