[rabbitmq-discuss] Rabbitmq ssl error
Ankur5 C
ankur5.c at tcs.com
Wed Jul 30 13:26:20 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.
Please suggest.
Thanks and Regards,
Ankur Chakraborty
From: Michael Klishin <mklishin at gopivotal.com>
To: Ankur5 C <ankur5.c at tcs.com>
Cc: Legacy list about RabbitMQ <rabbitmq-discuss at lists.rabbitmq.com>
Date: 29-07-2014 10:57
Subject: Re: [rabbitmq-discuss] Topic authorization and
authentication
On 29 July 2014 at 09:25:39, Ankur5 C (ankur5.c at tcs.com) wrote:
> > Is there any plan to implement rabbitmq's topic authorization
> and authentication ? Our requirement is the same as mentioned
> in :
>
>
https://stormpath.com/blog/lightweight-authentication-and-authorization-for-mqtt-with-stormpath/
>
> Topic based authorization and authentication is required against
> the MQTT plugin of rabbitmq.
MQTT 3.1.1 (the protocol) does not have a concept of topic authorization.
As soon as it does, we'll look into adding it to RabbitMQ MQTT plugin.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ
=====-----=====-----=====
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140730/9c0e5f63/attachment.html>
More information about the rabbitmq-discuss
mailing list