Replies: 1 comment 3 replies
-
If you are using TLS, this is probably the issue you are facing: https://groups.google.com/g/rabbitmq-users/c/VT4GKJVJT7s/m/eV2eHhKZAQAJ If not, your ESP8266 code has a bug. The person who I helped in that thread sent me ESP8266 hardware, so if you can provide your code, I can investigate this issue (when I have time). |
Beta Was this translation helpful? Give feedback.
3 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 am trying to publish a message to an MQTT broker via RabbitMQ using an ESP8266 module. However, I am facing an issue where the ESP8266 is not able to connect to the MQTT broker. The log indicates a login timeout error.

RabbitMQ Version: 3.12.13
Erlang Version: 26.2.4
MQTT Plugin Version: 3.12.13
Beta Was this translation helpful? Give feedback.
All reactions