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.... :)<div><br clear="all">Mark Steele, CISSP, CSM<br>
<br><div class="gmail_quote">On Wed, Feb 15, 2012 at 4:57 AM, Marek Majkowski <span dir="ltr"><<a href="mailto:majek04@gmail.com">majek04@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Feb 15, 2012 at 09:51, Marek Majkowski <<a href="mailto:majek04@gmail.com">majek04@gmail.com</a>> wrote:<br>
> On Tue, Feb 14, 2012 at 20:51, Charles <<a href="mailto:cshtreck@yahoo.com">cshtreck@yahoo.com</a>> wrote:<br>
>> I've got rabbitmq 2.7.1 w/ Erlang R15B and I'd like to know if encrypted/ssl sessions between rabbit hosts in a cluster is supported.<br>
>> I'd appreciate a link to any docs on how to configure that.<br>
>> SSL from client to server is working btw.<br>
><br>
> RabbitMQ clustering uses built-in Erlang clustering mechanisms.<br>
><br>
> As far as I know, erlang clustering doesn't allow have any<br>
> encryption support. Google says:<br>
><br>
> <a href="http://www.trapexit.org/Distributed_erlang_using_ssl_through_firewalls" target="_blank">http://www.trapexit.org/Distributed_erlang_using_ssl_through_firewalls</a><br>
><br>
> and<br>
><br>
> <a href="http://stackoverflow.com/a/891058/496285" target="_blank">http://stackoverflow.com/a/891058/496285</a><br>
><br>
> So basically, you can hack erlang or do it on the IP layer. Both options<br>
> are nontrivial.<br>
<br>
</div>I'm wrong. There's a third, built-in, thing:<br>
<br>
<a href="http://www.erlang.org/doc/apps/ssl/ssl_distribution.html" target="_blank">http://www.erlang.org/doc/apps/ssl/ssl_distribution.html</a><br>
<br>
But I'm afraid I don't have much expertise in that.<br>
<div class="HOEnZb"><div class="h5"><br>
Marek<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br></div>