HTTPS on ESP32 S3 - Impossible to get a valid handshake #88137
-
Hi all. I am quiet new on Zephyr (and I really like, hence my question). Objective : make a BLE-Wifi bridge with an ESP32 S3 (REST-API) To start on, I merged the WIFI sample (to have a connection) and the http get sample. To ensure that the RTC time is not an issue for TLS/SSL, I also added SNTP call.
I tried many thing, including using fresh R1.der CA cert... in fact almost every "solutions" found on internet or propose by ChatGPT (which is not good at all for Zephyr by the way)
Finally... the error
Can anyone help me solve this problem and get this HTTPS connection working? The conf :
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Please check various TLS options here |
Beta Was this translation helpful? Give feedback.
-
Finally the problem is not originating in RAM or other MBED / TLS / ... But simply in a conflict between BT and WIFI... Removing CONFIG_BT=y strongly enhance the wifi stability and allows the https request to solve properly... |
Beta Was this translation helpful? Give feedback.
Finally the problem is not originating in RAM or other MBED / TLS / ...
But simply in a conflict between BT and WIFI... Removing CONFIG_BT=y strongly enhance the wifi stability and allows the https request to solve properly...
So for info, concurrent wifi + ble on esp32 s3 is not stable enough to handle tls handshake (whatever the reason)