try if downgrading to 1.2.2 solves my problem
[mirror/dsa-puppet.git] / modules / roles / files / pubsub / rabbitmq-mgmt.config
index 4710fb5..c32d3e0 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"}]}
        ]}
 ]}