We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've encountered an issue when trying to use AMQPLAIN authentication. It seems that the current implementation does not work out of the box.
I looked for an official reference for the AMQPLAIN authentication but could not find any, but other implementations have different wire formats.
To reproduce, run this gist against a rabbitmq container:
rabbitmq
% docker run -d -p 5672:5672 rabbitmq % go run main.go guest guest amqp://127.0.0.1:5672/ 2021/09/09 10:51:38 can't dial: Exception (403) Reason: "username or password not allowed"
I'll add a PR later.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
I've encountered an issue when trying to use AMQPLAIN authentication. It seems that the current implementation does not work out of the box.
I looked for an official reference for the AMQPLAIN authentication but could not find any, but other implementations have different wire formats.
To reproduce, run this gist against a
rabbitmq
container:I'll add a PR later.
The text was updated successfully, but these errors were encountered: