-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Some valid SSL certificates crash (BearSSL) ("ssl_hs_client.c" causes crash in "core_esp8266_main.cpp") #9218
Comments
Note that @mcspr's modified version of " And still crashes if you change the "
|
@Rob58329 pretty sure you don't have master...mcspr:esp8266-Arduino:bearssl/build-2024_08_09T13_23_00_00 checked out at |
@mcspr: Very many thanks for your comments! From " My above ESP8266 sketch now connects successfully to the above SSL server - yey! Thank you! 👍 |
Basic Infos
Platform
Settings in IDE
Problem Description
The below sketch/specific-SSL certificate crashes the ESP8266 on "client.connect()" (every time).
Note that if you invalidate the below SSL certificate (by changing a few characters) the "client.connect()" fails but the ESP8266 does NOT crash.
Use a different website and different SSL Certificate and it works fine. It only appears to crash when this specific certificate is correct.
Also note that using an earlier github (such as 1-June-2021) works fine (ie the below sketch connects fine and does not crash).
MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: