Any help is greatly appreciated.
Without the config, I can connect to the mq1 web portal without issues. With config, I can not connect but on node 2 I can see that node 1 has joined the cluster.
[
{ssl, [
{versions, ['tlsv1.2']},
{secure_renegotiate, true}
]},
{rabbit, [
{ssl_listeners, [5671]},
{versions, ['tlsv1.2']},
{ciphers, [
{ecdhe_ecdsa,aes_256_gcm,aead,sha384},
{ecdhe_rsa,aes_256_gcm,aead,sha384},
{ecdh_ecdsa,aes_256_gcm,aead,sha384},
{ecdh_rsa,aes_256_gcm,aead,sha384},
{dhe_rsa,aes_256_gcm,aead,sha384},
{dhe_dss,aes_256_gcm,aead,sha384},
{ecdhe_ecdsa,aes_128_gcm,aead,sha256},
{ecdhe_rsa,aes_128_gcm,aead,sha256},
{ecdh_ecdsa,aes_128_gcm,aead,sha256},
{ecdh_rsa,aes_128_gcm,aead,sha256},
{dhe_rsa,aes_128_gcm,aead,sha256},
{dhe_dss,aes_128_gcm,aead,sha256}
]},
{honor_cipher_order, true},
{honor_ecc_order, true},
{client_renegotiation, false},
{secure_renegotiate, true},
{verify, verify_peer},
{fail_if_no_peer_cert, false}]}
]},
{rabbitmq_management,
[
{listener, [{port, 15672},
{ssl, true},
{verify, verify_none},
{fail_if_no_peer_cert, false},
{client_renegotiation, false},
{secure_renegotiate, true},
{honor_ecc_order, true},
{honor_cipher_order, true},
{versions,[ 'tlsv1.2']},
{ciphers, ["ECDHE-ECDSA-AES256-GCM-SHA384",
"ECDHE-RSA-AES256-GCM-SHA384",
"ECDHE-ECDSA-AES256-SHA384",
"ECDHE-RSA-AES256-SHA384",
"ECDH-ECDSA-AES256-GCM-SHA384",
"ECDH-RSA-AES256-GCM-SHA384",
"ECDH-ECDSA-AES256-SHA384",
"ECDH-RSA-AES256-SHA384",
"DHE-RSA-AES256-GCM-SHA384"
]}
]}
]}
]}
].
2019-06-17 20:52:00.565 [info] <0.385.0> rabbit on node rabbit@mq2 up
2019-06-17 20:52:00.569 [warning] <0.547.0> Setting Ranch options together with socket options is deprecated. Please use the new map syntax that allows specifying socket options separately from other options.
2019-06-17 20:52:00.570 [info] <0.561.0> started TCP listener on [::]:5672
2019-06-17 20:52:00.572 [warning] <0.562.0> Setting Ranch options together with socket options is deprecated. Please use the new map syntax that allows specifying socket options separately from other options.
2019-06-17 20:52:00.576 [info] <0.577.0> started TLS (SSL) listener on [::]:5671
2019-06-17 20:52:00.579 [info] <0.280.0> Running boot step direct_client defined by app rabbit
2019-06-17 20:52:01.075 [info] <0.628.0> Management plugin: HTTPS listener started on port 15672
2019-06-17 20:52:01.076 [info] <0.735.0> Statistics database started.
2019-06-17 20:52:01.150 [notice] <0.106.0> Changed loghwm of /var/log/rabbitmq/rab...@mq1.log to 50
2019-06-17 20:52:01.559 [info] <0.8.0> Server startup complete; 3 plugins started.
* rabbitmq_management
* rabbitmq_management_agent
* rabbitmq_web_dispatch
2019-06-17 05:36:28.263 [info] <0.307.0> Running boot step notify_cluster defined by app rabbit
2019-06-17 05:36:28.263 [info] <0.307.0> Running boot step networking defined by app rabbit
2019-06-17 05:36:28.334 [error] <0.306.0> CRASH REPORT Process <0.306.0> with 0 neighbours exited with reason: no match of right hand value noport in rabbit_networking:record_distribution_listener/0 line 305 in application_master:init/4 line 138
2019-06-17 05:36:28.335 [info] <0.43.0> Application rabbit exited with reason: no match of right hand value noport in rabbit_networking:record_distribution_listener/0 line 305
2019-06-17 05:36:28.337 [info] <0.365.0> Closing all connections in vhost '/' on node 'rabbit@mq2' because the vhost is stopping
2019-06-17 05:36:28.338 [info] <0.384.0> Stopping message store for directory '/var/lib/rabbitmq/mnesia/rabbit@mq2/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent'
2019-06-17 05:36:28.353 [info] <0.384.0> Message store for directory '/var/lib/rabbitmq/mnesia/rabbit@mq2/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent' is stopped
2019-06-17 05:36:28.353 [info] <0.381.0> Stopping message store for directory '/var/lib/rabbitmq/mnesia/rabbit@mq2/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L/msg_store_transient'
2019-06-17 05:36:28.367 [info] <0.381.0> Message store for directory '/var/lib/rabbitmq/mnesia/rabbit@mq2/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L/msg_store_transient' is stopped