[rabbitmq-discuss] rabbitmq.config - ssl & management plugin
Matthias Radestock
matthias at rabbitmq.com
Wed Aug 8 21:50:54 BST 2012
On 08/08/12 21:45, DT wrote:
> Actually this is what I have in the rabbitmq.config. I get an unexpected error
> when executing 'rabbitmq-service start'
You are still missing a comma ...
> [
> {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}]}
> ]}
right here.
> {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"}]}
> ]}
> ]}
> ]}
> ].
Matthias.
More information about the rabbitmq-discuss
mailing list