[rabbitmq-discuss] rabbitmq mochiweb and ssl

Massimo Paladin Massimo.Paladin at cern.ch
Tue Jul 12 13:57:46 BST 2011


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

email: massimo.paladin at gmail.com
website: http://www.mpaladin.com
flickr's page: http://flickr.com/photos/massimop


More information about the rabbitmq-discuss mailing list