Skip to content

ssl3.0 causes connect wdt reset #293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
flameboss opened this issue Jan 24, 2020 · 1 comment
Open

ssl3.0 causes connect wdt reset #293

flameboss opened this issue Jan 24, 2020 · 1 comment

Comments

@flameboss
Copy link

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.

@davydnorris
Copy link

davydnorris commented Jan 27, 2020

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.

davydnorris referenced this issue Mar 22, 2020
fix(pp): Wi-Fi tx hangs when Q2_RST_INT and Q0_TX_COMPLETE come at the same time

See merge request sdk/ESP8266_NONOS_SDK!270
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants