[rabbitmq-discuss] SSL between cluster hosts supported ?
Emile Joubert
emile at rabbitmq.com
Thu Feb 16 15:41:27 GMT 2012
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
More information about the rabbitmq-discuss
mailing list