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
Board: DOIT ESP32 Devkit v1
Core Installation/update date: 25/nov/2017
IDE name: Platform.io
Flash Frequency: 40Mhz
Upload Speed: 115200
Description:
Reboot when trying to perform ssl handshake calling through https using HTTPClient.h
I've checked #211 and apparently platform.io download a version of the core newer than that fix, so it should have it.
This project will call an NTP first then https://timezoneapi.io/api/ip, I've tried to remove the NTP call just in case it let something broken in the environment, but it did nothing, still failing.
Also I've tried using the different certificates in the certificates chain of https://timezoneapi.io/ and also send a empty string for the certificate, it always explode like this.
Is not a blocker to me as timezoneapi.io also provides an HTTP entry point. But I think it shouldn't crash like this.
It's really recommended to distribute your code creating more FreeRTOS tasks, but a temporary fix increases the loopTask stack here from 8192 to a larger number, but consider use more than one task for everything
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Hardware:
Board: DOIT ESP32 Devkit v1
Core Installation/update date: 25/nov/2017
IDE name: Platform.io
Flash Frequency: 40Mhz
Upload Speed: 115200
Description:
Reboot when trying to perform ssl handshake calling through https using HTTPClient.h
I've checked #211 and apparently platform.io download a version of the core newer than that fix, so it should have it.
This project will call an NTP first then https://timezoneapi.io/api/ip, I've tried to remove the NTP call just in case it let something broken in the environment, but it did nothing, still failing.
Also I've tried using the different certificates in the certificates chain of https://timezoneapi.io/ and also send a empty string for the certificate, it always explode like this.
Is not a blocker to me as timezoneapi.io also provides an HTTP entry point. But I think it shouldn't crash like this.
Hope this helps.
Sketch:
check https://github.com/danyg/PersianBlinds/tree/SSL_ERROR
the issue is caused in the file src/Time.cpp:93
Debug Messages:
The text was updated successfully, but these errors were encountered: