[rabbitmq-discuss] rabbitmq.config - ssl & management plugin
DT
dla.it.service at gmail.com
Tue Aug 7 20:01:40 BST 2012
Hi,
Has anyone configured the ssl access for management plugin?
This is what I have in the rabbitmq.config file to access plugin management with
SSL.
{rabbit, [
{ssl_listeners, [5671]},
{ssl_options, [{cacertfile,"c:/testca/cacert.pem"},
{certfile,"c:/server/cert.pem"},
{keyfile,"C:/server/key.pem"},
{verify,verify_peer},
{fail_if_no_peer_cert,false}]}
]}
{rabbitmq_mochiweb,
[{listeners, [{'*', [{port, 55670}]},
{mgmt, [{port, 55672},
{ssl, true},
{ssl_opts, [{cacertfile, "c:/testca/cacert.pem"},
{certfile, "C:/server/cert.pem"},
{keyfile, "C:/server/key.pem"}]}
]}
]}
]}
].
Thanks in Advance,
DT
More information about the rabbitmq-discuss
mailing list