You may need to verify if the RabbitMQ environment is still utilizing SSL/HTTPS connections.
To confirm if your RabbitMQ setup is currently using HTTPS/SSL, follow these verification steps:
Check which ports the RabbitMQ node is currently listening on. This confirms the active communication protocols.
Review this command before running it.
Inspect the internal environment settings to see if SSL options are defined.
Review this command before running it.
Examine the RabbitMQ startup logs for explicit listener status messages.
Review the rabbitmq.conf or advanced.config files for the following entries:
If these entries are absent or commented out, RabbitMQ will not require or use SSL certificates for client connections.