[rabbitmq-discuss] Rabbitmq ssl error when trying to connect

Michael Klishin mklishin at gopivotal.com
Wed Jul 3 16:48:16 BST 2013


Michael Klishin:

> I'm not familiar with the Erlang SSL app enough but looks like it does not
> assume that you can use SSL without server certificates.

Luis,

Can you please try running

openssl s_server -nocert

and 

openssl s_client -connect 127.0.0.1:4433

in two different shell tabs on your machine?
This does not work for me with OpenSSL 0.9.8x (May 2012),
suggesting that there is no shared cipher the client and server can use
that requires no keys.

So I assume it may be an OpenSSL limitation, not Erlang SSL app's.

Thanks.
--
MK



More information about the rabbitmq-discuss mailing list