[rabbitmq-discuss] rabbitmq mochiweb and ssl

Robert Raschke rtrlists at googlemail.com
Tue Jul 12 14:04:18 BST 2011


On Tue, Jul 12, 2011 at 1:57 PM, Massimo Paladin <Massimo.Paladin at cern.ch>wrote:

> Hello,
>
> did someone try to enable ssl on the management interface?
>
> I followed instruction at: http://www.rabbitmq.com/mochiweb.html
>
> with following configuration:
> {rabbitmq_mochiweb, [{listeners, [
>                                  {'*',  [{port, 61100}]},
>                                  {mgmt, [{port, 61101}]},
>                                          {ssl,      true},
>                                          {ssl_opts, [{cacertfile,
> "/path/to/cacert.pem"},
>                                                      {certfile,
> "/path/to/hostcert.pem"},
>                                                      {keyfile,
> "/path/to/hostkey.pem"}
>                                                     ]}
>                                 ]}
>                    ]}
>
> I can still connect via normal http at 61101 but not through ssl, did
> I do something wrong?
> I am using rabbitmq 2.5.1 of course.
>
> Cheers,
> ---
> Massimo Paladin
>
>
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're not yet on that.

Robby

PS: You are putting https in the url, yes? Just pointing it out as that's my
favorite "why's ssl not going" mistake.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110712/336237a9/attachment.htm>


More information about the rabbitmq-discuss mailing list