MQTT connector begins to reject connections with the error message "Connection Refused: bad user name or password." #9744
Unanswered
stajkovicmilan
asked this question in
Questions
Replies: 1 comment
-
@stajkovicmilan we cannot suggest much without logs at You use two backends, one of which is a custom HTTP service. At The default internal database backend does not any kind of credential or account expiration that would be "reset" by a node restart. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I'm encountering an issue with my MQTT connection on the RabbitMQ broker. Periodically, the MQTT connector begins to reject connections with the error message "Connection Refused: bad user name or password." However, restarting the broker service seems to temporarily resolve the issue.
My setup consists of three virtual machines, each running a RabbitMQ server under Docker(version: 3.11.16-management). These three machines act as nodes in a RabbitMQ cluster. I have the following plugins enabled:
Here's the configuration in my
rabbitmq.conf
:I would appreciate any insights or suggestions to address this issue.
Beta Was this translation helpful? Give feedback.
All reactions