Client returns 403 for plain auth #194
Replies: 2 comments 1 reply
-
Basic authentication works fine, as shown in our tests. I think nobody will use this library otherwise. If you can reliably reproduce this problem, with a new instance of RabbitMQ (e.g. start a new Docker container), and provide the code + repro steps, I will be glad to investigate. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was a problem in one of our wrapper implementations. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
We're trying to connect to a rmq server using plain auth for which the client throws username or password not allowed. This is on go version 1.20 and amqp091-go v1.8.0. We have another version of our app using go 1.14 and streadway/amqp v1.0.0 on which the same url works fine.
We inspected the traffic with the help of wireshark and the server responds with Connection.Start but the client closes the connection for some reason.
Reproduction steps
Expected behavior
Client should not close the connection if server responded ok.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions