mqtt.ssl_cert_login = true
mqtt.listeners.ssl.default = 8886ssl_options.verify = verify_peer
ssl_options.fail_if_no_peer_cert = true
ssl_options.depth = 2
ssl_options.secure_renegotiate = true
ssl_options.cacertfile = /usr/local/share/cacert.pem
ssl_options.certfile = /usr/local/share/cert.pem
ssl_options.keyfile = /run/secrets/key.pem
ssl_options.versions.1 = tlsv1.2
auth_mechanisms.3 = EXTERNAL
auth_mechanisms.1 = PLAIN
auth_mechanisms.2 = AMQPLAIN{rabbitmq_web_mqtt,
[{ssl_config,
[{ip, "0.0.0.0"},
{port, 15676},
{backlog, 1024},
{cacertfile, "/usr/local/share/cacert.pem"},
{certfile, "/usr/local/share/cert.pem"},
{keyfile, "/run/secrets/key.pem"},
{depth, 2},
{verify, verify_peer},
{fail_if_no_peer_cert, true},
{versions, ['tlsv1.2']},
{honor_cipher_order, true},
{honor_ecc_order, true},
{secure_renegotiate, true},
{ciphers, [{rsa,aes_256_cbc,sha256},
{rsa,aes_128_cbc,sha256},
{rsa,aes_256_cbc,sha},
{rsa,'3des_ede_cbc',sha},
{rsa,aes_128_cbc,sha},
{rsa,des_cbc,sha}]}]
]
}]
}--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.