[rabbitmq-discuss] Error connecting an SSL port in Rabbitmq without validating certificates
Ankur5 C
ankur5.c at tcs.com
Thu Jul 31 06:16:02 BST 2014
Hi,
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?
Thanks and Regards,
Ankur Chakraborty
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
More information about the rabbitmq-discuss
mailing list