Page 1 of 1

SSL Handshaking Error HTTPS web server example ESP32S3

Posted: Thu Feb 09, 2023 5:21 pm
by joe9090
HI!

I'm getting an issue with the https web server example at esp-idf/examples/protocols/https_server/simple.
I'm running ESP-IDF 5.0 with an ESP32S3 target.

The error is as:
I (37771) esp_https_server: performing session handshake
E (38501) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x7780
E (38501) esp_https_server: esp_tls_create_server_session failed
W (38501) httpd: httpd_accept_conn: session creation failed
W (38511) httpd: httpd_server: error accepting new connection

I've also tried ESP-IDF 4.4.0 and get the same issue.

Any ideas?

Cheers!

Joe

Re: SSL Handshaking Error HTTPS web server example ESP32S3

Posted: Tue Feb 14, 2023 5:01 pm
by joe9090
I've now tested this on a standard esp32-wroom-32e dev board and it's still giving the error.

Either I'm doing something very wrong or the example or the https web server is very broken!
Anyone any ideas?

Re: SSL Handshaking Error HTTPS web server example ESP32S3

Posted: Fri Jan 05, 2024 1:39 pm
by calvarez03
Hi,

Were you able to fix this?

Thanks!