-
-
Notifications
You must be signed in to change notification settings - Fork 687
[E][ssl_client.cpp:33] _handle_error(): [send_ssl_data():284]: (-80) UNKNOWN ERROR CODE (0050) #649
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
Comments
Same problem here. Any solution in sight? Sample error logs: --- forcing RTS inactive Connecting... Library connected! Connecting... Library connected! |
Not that i know of, and it seems more like a random crash |
Should be fixed in the latest version of the development platform that uses Arduino v2.0.2, please update your packages via |
I found that client->println() throws an error (-80) UNKNOWN ERROR CODE (0050) at some point |
kindly give more details about this. this is how i use client.println
and sometimes i also get this error |
You and I have different errors, but you can try to replace println, for example:
|
Hello. With WiFiClientSecure implementation, random error (no exact time or count of requests available) appears and crashes esp32
[E][ssl_client.cpp:33] _handle_error(): [send_ssl_data():284]: (-80) UNKNOWN ERROR CODE (0050)
Using latest versions of platformio core and esp32-arduino frameworks.
It looks like the issue was solved in wificlientsecure lib v2, yet its not available nor stable (tested witf platform_packages =
framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git - project doesnt build).
Maybe it would be possible to somehow integrate this change in current supported lib?
The text was updated successfully, but these errors were encountered: