You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our devices connect to emqttd MQTT broker accepting TLS on port 8883.
We use the AT commands.
Starting with release 3.0.2, the ESP8266 gets a wdt reset every time it tries to connect to the broker.
3.0.1 works OK.
But if I revert this commit in 3.0.2 5f498e5
it works OK again.
The text was updated successfully, but these errors were encountered:
This same commit has also caused several other problems with SSL - see #292, and #122
Right now I am using current, but with libmbedtls.a from just before this commit and everything works fine.
Our devices connect to emqttd MQTT broker accepting TLS on port 8883.
We use the AT commands.
Starting with release 3.0.2, the ESP8266 gets a wdt reset every time it tries to connect to the broker.
3.0.1 works OK.
But if I revert this commit in 3.0.2
5f498e5
it works OK again.
The text was updated successfully, but these errors were encountered: