Hi,
I am trying to configure MCollective with RabbitMQ.
MCollective with RabbitMQ is working fine on Non Encrypted port 61613 but
it's not working on secure port.
I configure my RabbitMQ as following and check with "*netstat*"
command,
secure port is open.
*Configuration on RabbitMQ Server:*
#cat /etc/rabbitmq/rabbitmq.config
[
{rabbit, [
{ssl_listeners, [5671]},
{ssl_options, [{cacertfile,"/certs/ca.pem"},
{certfile,"/certs/rabbitmq.example.com.pem"},
{keyfile,"/certs/rabbitmq.example.com_key.pem"},
{verify,verify_peer},
{fail_if_no_peer_cert,false},
{ssl_cert_login_from, common_name}]}
]},
{rabbitmq_stomp, [{tcp_listeners, [{"127.0.0.1", 61613},
{"::1", 61613}]},
{ssl_listeners, [61614]},
{ssl_cert_login, true},
{default_vhost,
<<"/mcollective">>}
]}
].
Configuration on MCollective Server:
connector = rabbitmq
plugin.rabbitmq.vhost = /mcollective
plugin.rabbitmq.pool.size = 1
plugin.rabbitmq.pool.1.host = rabbitmq
plugin.rabbitmq.pool.1.port = 61614
plugin.rabbitmq.pool.1.user = mcollective
plugin.rabbitmq.pool.1.password = xxyyzz
plugin.rabbitmq.pool.1.ssl = true
plugin.rabbitmq.pool.1.ssl.ca = /certs/ca.pem
plugin.rabbitmq.pool.1.ssl.key = /certs/mserver.example.com_key.pem
plugin.rabbitmq.pool.1.ssl.cert = /certs/mserver.example.com.pem
Need some help in this.
Thanks & Regards,
Monty
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/f836fd86-5c15-47b9-8b29-a4f9992c9aa2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.