For the connection test, the HTTP-based API of the RabbitMQ Management Plugin is currently called. This communication can also be switched to SSL.
To do this, the following settings must be set in the RabbitMQ configuration file:
management.ssl.port = 15671
management.ssl.cacertfile = C:\certs\rabbitmq\cacert.pem
management.ssl.certfile = C:\certs\rabbitmq\cert.pem
management.ssl.keyfile = C:\certs\rabbitmq\key.pem
Afterwards, SSL must be activated in the JobRouter configuration for RabbitMQ.