[rabbitmq-discuss] SSL support

Simon MacMullen simon at rabbitmq.com
Mon Oct 10 15:28:21 BST 2011


On 10/10/11 15:19, Pascal Pochet wrote:
> After some time trying why the explanations at http://www.rabbitmq.com/ssl.html
> didn't work for me without any error message, just the
>
> started SSL Listener on …:5671
>
> never appearing in the log,
>
> I eventually discovered that the working syntax for the
> ssl_listeners in rabbitmq.config is the one specifying the interface explicitly:
>
>                  {ssl_listeners, [{"127.0.0.1", 5671}] },
>
> and not
>
>                  {ssl_listeners, [5671] },

Is this with a recent RabbitMQ version? Older versions require the first 
variant.

> Env. : OpenSuse LE 11.3 (in VM under OS X 10.6)
>
> Could be useful to update the documentation:
>
> "Some Linux config may require the interface to be explicitly specified".
>
> ("Why" is still an opened question, if somebody knows…)

I'd rather fix the problem, assuming we can find out what it is...

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list