Replies: 2 comments
-
We cannot suggest much with the amount of information provided. Consider putting together an executable example that would at least demonstrate the code and provide access to server logs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like you are using the Paho Python MQTT library but are trying to connect to the MQTT WebSocket port. That library is not compatible with WebSockets as far as I know. You should use a WebSocket compatible library - https://www.rabbitmq.com/web-mqtt.html#usage |
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.
-
i use rabbitmq version: 3.11.7 but i can't connect http/web-mqtt in port: 15675, i use python(paho libary):


terminal have console: paho.mqtt.client.WebsocketConnectionError: WebSocket handshake error. help me. Thank
Beta Was this translation helpful? Give feedback.
All reactions