[rabbitmq-discuss] SSL between cluster hosts supported ?

Charles cshtreck at yahoo.com
Thu Feb 16 22:03:14 GMT 2012


Emile,

Thanks for the info. I see ssl now ...

rabbitmqctl report | grep ssl
...
{ssl,"Erlang/OTP SSL application","5.0"}

...

However, rabbit crashes on startup with a 

error_logger,{{2012,2,16},{16,55,24}},"Protocol: ~p: not supported~n",["inet_tls"]}


when I add -proto_dist inet_tls to the erl command line options in the rabbitmq-server startup script . 

Thoughts ?




----- Original Message -----
From: Emile Joubert <emile at rabbitmq.com>
To: Mark Steele <msteele at beringmedia.com>
Cc: "rabbitmq-discuss at lists.rabbitmq.com" <rabbitmq-discuss at lists.rabbitmq.com>
Sent: Thursday, February 16, 2012 10:41 AM
Subject: Re: [rabbitmq-discuss] SSL between cluster hosts supported ?

Hi Mark,

On 15/02/12 20:06, Mark Steele wrote:
> Would be awesome if someone were to put up an example on the rabbitmq
> website with a how-to on getting that up and running, someone with both
> rabbit and erlang experience.... :)

The newest version of Erlang has support for encrypted node
communication built in. For more information see
http://www.erlang.org/doc/apps/ssl/ssl_distribution.html

You will need to modify the startup scripts or supply SSL arguments in
the rabbitmq.config file. You will also need to add "ssl" to the list of
applications in ebin/rabbit_app.in .


-Emile
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss



More information about the rabbitmq-discuss mailing list