RMQ running with SSL, but clients unable to connect #10583
-
I have enabled SSL in RabbitMQ server. I see that the service is listening on port 5671. But clients are not able to connect to it. If I disable SSL, clients are able to connect. Even the management interface (both ssl / non ssl) do not work when I enable SSL on port 5671. The certificate used is signed by an internal CA. And the CA cert includes Root and Intermediate. I tried the troubleshooting steps mentioned in https://www.rabbitmq.com/troubleshooting-ssl.html#verify-tls-support-in-erlang Noticed that the ssl:versions command does not work from rabbitmqctl but works when I try from erlang shell Rabbitmqctl:
Erlang:
Below is the config which I have:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Troubleshooting Networking and Troubleshooting TLS are two doc guides that explain the methodology our team uses to troubleshoot such connectivity issues. Except for paying customers, we don't have the resources to hand hold you through the process.
yes, it does work, but likely needs different escaping on Windows. |
Beta Was this translation helpful? Give feedback.
-
Inspecting server logs is a very good idea, too, since all TLS alerts from the server will be logged there. |
Beta Was this translation helpful? Give feedback.
-
@isanas -
You're probably using
|
Beta Was this translation helpful? Give feedback.
Troubleshooting Networking and Troubleshooting TLS are two doc guides that explain the methodology our team uses to troubleshoot such connectivity issues.
Except for paying customers, we don't have the resources to hand hold you through the process.
yes, it does work, but likely needs different escaping on Windows.