<br><div class="gmail_quote">On Tue, Jul 12, 2011 at 1:57 PM, Massimo Paladin <span dir="ltr">&lt;<a href="mailto:Massimo.Paladin@cern.ch">Massimo.Paladin@cern.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello,<br>
<br>
did someone try to enable ssl on the management interface?<br>
<br>
I followed instruction at: <a href="http://www.rabbitmq.com/mochiweb.html" target="_blank">http://www.rabbitmq.com/mochiweb.html</a><br>
<br>
with following configuration:<br>
{rabbitmq_mochiweb, [{listeners, [<br>
                                  {&#39;*&#39;,  [{port, 61100}]},<br>
                                  {mgmt, [{port, 61101}]},<br>
                                          {ssl,      true},<br>
                                          {ssl_opts, [{cacertfile,<br>
&quot;/path/to/cacert.pem&quot;},<br>
                                                      {certfile,<br>
&quot;/path/to/hostcert.pem&quot;},<br>
                                                      {keyfile,<br>
&quot;/path/to/hostkey.pem&quot;}<br>
                                                     ]}<br>
                                 ]}<br>
                    ]}<br>
<br>
I can still connect via normal http at 61101 but not through ssl, did<br>
I do something wrong?<br>
I am using rabbitmq 2.5.1 of course.<br>
<br>
Cheers,<br>
---<br>
Massimo Paladin<br>
<br></blockquote><div><br>Which version of Erlang are you using? There were some SSL issues on R13, so it might be worth giving R14 a shot if you&#39;re not yet on that.<br><br>Robby<br> <br></div></div>PS: You are putting https in the url, yes? Just pointing it out as that&#39;s my favorite &quot;why&#39;s ssl not going&quot; mistake.<br>
<br>