Skip to content
New issue

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

Fix AMQPLAIN authentication mechanism #16

Merged
merged 3 commits into from
Sep 21, 2021

Conversation

hodbn
Copy link
Contributor

@hodbn hodbn commented Sep 9, 2021

I'm copying and pasting from streadway/amqp#515, since I guess this fork is more actively maintained :)
Fixes #15.

The current AMQPLAIN implementation does not work with rabbitmq out-of-the-box.

I could not find an official reference for that authentication mechanism. Looking at other implementations (rust, python) it seems that AMQPLAIN uses an AMQP table (LOGIN and PASSWORD fields), omitting the table length.

@MirahImage MirahImage merged commit 29645df into rabbitmq:main Sep 21, 2021
@lukebakken lukebakken added this to the 1.1.0 milestone Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AMQPLAIN authentication does not work
3 participants