Skip to content

SSL and non-SSL communication at the same time? #4494

Discussion options

You must be logged in to vote

I noticed, that RabbitMQ disables the port for the non-encrypted communication as soon as I assign certs via docker-compose.

This is a docker or configuration issue, not something that RabbitMQ does automatically.

Is there a way to allow SSL and non-SSL communication at the same time?

Yes, see here -

https://github.com/lukebakken/mqtt-client-cert-example/blob/main/rabbitmq.conf.in#L14-L15

Is there a way to use SSL only for MQTT, but not for the management?

Yes. Just don't configure TLS for management. If you don't do any management configuration the default non-TLS HTTP port 1f 15672 will be used.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants