]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/files/pubsub/rabbitmq-mgmt.config
try if downgrading to 1.2.2 solves my problem
[dsa-puppet.git] / modules / roles / files / pubsub / rabbitmq-mgmt.config
index 4710fb501d72cc885377ee41abf3c07ef55bd02b..c32d3e0915eb7084fdd5515e3b68de634cdd5011 100644 (file)
@@ -1,12 +1,10 @@
 ,{rabbitmq_management,
        [{listener, [
-               {port,     15672},
-               {ssl,      true},
-               {ssl_options, [
+               {port, 15672},
+               {ssl, true},
+               {ssl_opts, [
                        {cacertfile,"/etc/ssl/debian/certs/ca.crt"},
                        {certfile,"/etc/ssl/debian/certs/thishost-server.crt"},
-                       {keyfile,"/etc/ssl/debian/keys/thishost-server.key"},
-                       {verify,verify_none},
-                       {fail_if_no_peer_cert,false}]}
+                       {keyfile,"/etc/ssl/debian/keys/thishost-server.key"}]}
        ]}
 ]}