Replies: 2 comments 6 replies
-
There is one key column missing in your Wireshark screenshots: the port. If you try to connect to a non-TLS enabled port with a TLS client, of vice versa, the connection will hang and fail or fail immediately. See RabbitMQ Ports. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We need more information to be able to assist you:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While working on a issue found that SSL connection are not created when interacting to RabbitMQ. There is following exception that occurs:
Exception
Code snippet
Wireshark capture shows this:

As per my investigation proper wireshark capture should look like following:

Tried many things but none worked.
Steps taken to resolve this :
Please let me know how can I make this hand shake successful so that application interacts successfully with RabbitMQ
Beta Was this translation helpful? Give feedback.
All reactions