[rabbitmq-discuss] RabbitMQ - Erlang AMQP client - mutual SSL authentication problem
Matthias Radestock
matthias at rabbitmq.com
Wed Sep 18 09:59:06 BST 2013
On 17/09/13 13:36, Skorepa, Michal wrote:
> Ok, I just fixed it! It was a well hidden bug. In the "connector"
> module of my app I had an extra pair {}. Unfortunately, the Erlang
> AMQP client did not complain and silently ignored it.
The Erlang client simply passes the options to Erlang's ssl:connect/2.
So the lack of validation is down to Erlang/OTP.
Matthias.
More information about the rabbitmq-discuss
mailing list