Not authorized to connect #5513
-
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Aug 15, 2022
Replies: 1 comment
-
MQTT does not have a concept of a virtual host. By naming a virtual host "mqtt" you do not expose it to MQTT clients. See server logs for specific error messages but almost certainly your user simply doesn't have the permissions for the virtual host the MQTT plugin has been configured to use.
Both of them are documented in a separate section of the MQTT guide. Another relevant thing is that the seed |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MQTT does not have a concept of a virtual host. By naming a virtual host "mqtt" you do not expose it to MQTT clients. See server logs for specific error messages but almost certainly your user simply doesn't have the permissions for the virtual host the MQTT plugin has been configured to use.
There are two rarely used alternatives:
Both of them are documented in a separate section of the MQTT guide.
Another relevant thing is that the seed
guest
user can only connect from local…