How to set up TLS for RabbitMQ? #12233
-
As i installed rabbitmq on different IP and created an inbound rule for the port to access from other pc. i want to set SSL to the IP. |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Sep 6, 2024
Replies: 1 comment
-
RabbitMQ is not installed "to an IP" and TLS is configured for listeners, not IP addresses. Start with https://www.rabbitmq.com/docs/networking and https://www.rabbitmq.com/docs/ssl. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RabbitMQ is not installed "to an IP" and TLS is configured for listeners, not IP addresses.
Start with https://www.rabbitmq.com/docs/networking and https://www.rabbitmq.com/docs/ssl.