SSL and non-SSL communication at the same time? #4494
-
I noticed, that RabbitMQ disables the port for the non-encrypted communication as soon as I assign certs via docker-compose. I would like to use assigned certs to encrypt the MQTT communication, but not the management and also want to allow unencrypted MQTT communication to the port (1883) even the TLS option for port 8883 is enabled.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a docker or configuration issue, not something that RabbitMQ does automatically.
Yes, see here - https://github.com/lukebakken/mqtt-client-cert-example/blob/main/rabbitmq.conf.in#L14-L15
Yes. Just don't configure TLS for |
Beta Was this translation helpful? Give feedback.
This is a docker or configuration issue, not something that RabbitMQ does automatically.
Yes, see here -
https://github.com/lukebakken/mqtt-client-cert-example/blob/main/rabbitmq.conf.in#L14-L15
Yes. Just don't configure TLS for
management
. If you don't do anymanagement
configuration the default non-TLS HTTP port 1f 15672 will be used.