You upgraded your platform, including Ops Manager, TAS tile, 3and RabbitMQ.
Product versions:
After the upgrade they discovered that clients can't connect to RabbitMQ over 5671. We verified 5671 is not listening on RabbitMQ nodes.
cat file | base64 -d > new_file
cat new_file | base64 -e > new_file_encoded
1. [
2. {rabbit,
3. [
4. {disk_free_limit, "1GB"},
5. {vm_memory_high_watermark, 0.5},
6. {background_gc_enabled, true},
7. {ssl_listeners, [5671]},
8. {ssl_options, [ {depth, 5},
9. {verify,verify_peer},
10. {fail_if_no_peer_cert,false}]},
11. {auth_mechanisms, ['PLAIN','EXTERNAL']},
12. {auth_backends, [rabbit_auth_backend_internal, {rabbit_auth_backend_ldap, rabbit_auth_backend_internal}]},
13. {ssl_cert_login_from, common_name}
14. ]},
15. {rabbitmq_auth_backend_ldap,
16. [
17. {servers, ["ldap.example.com"]},
18. {use_ssl, true},
19. {port, 636},
20. {timeout, 15000},
21. {log, network},
22. {dn_lookup_attribute, "userPrincipalName"},
23. {dn_lookup_base, "DC=us,DC=global,DC=example,DC=com"}
24. ]}
25. ].