Unexpected Eof using x509 authentication #11353
-
Describe the bugHello,
I deploy my rabbitmq through docker
I use rabbitmq with rust via the library lapin here is the sample test I'm doing :
I also tried with classic password :
Then I get this error when running the tests : I also tried using
I'm struggling with this issue for some days now I read in some places that openssl could be the cause due to a change in openssl 3 but I think I'm missing something here. Reproduction steps
Expected behaviorI should be connected to rabbitmq and be able to send messages. I should also see in the UI of rabbitmq a connection. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Note: Team RabbitMQ only uses GitHub issues once actionable work is discovered, which is why I converted your issue to a discussion.
Given the fact that there are literally thousands of RabbitMQ installations using TLS, I can be certain the issue lies in your environment. Team RabbitMQ adopted this policy with regard to free support for users, which excludes free support for TLS issues, unless the user provides a COMPLETE environment that demonstrates the issue. In this case, you are asking us to do a lot of work to get an environment up. I have the following GitHub repos that demonstrate how to set up TLS with RabbitMQ -
One or the other should be sufficient to demonstrate the issue in your environment. |
Beta Was this translation helpful? Give feedback.
Note: Team RabbitMQ only uses GitHub issues once actionable work is discovered, which is why I converted your issue to a discussion.
Given the fact that there are literally thousands of RabbitMQ installations using TLS, I can be certain the issue lies in your environment.
Team RabbitMQ adopted this policy with regard to free support for users, which excludes free support for TLS issues, unless the user provides a COMPLETE environment that demonstrates the issue. In this case, you are asking us to do a lot of work to get an environment up.
I have the following GitHub repos that demonstrate how to set up TLS with RabbitMQ -