我在 esp-idf/examples/protocols/https_server/simple 的 https 网络服务器示例中遇到问题。
我正在运行带有 ESP32S3 目标的 ESP-IDF 5.0。
错误如下:
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: session1
W failed ( ) httpd: httpd_server: error accep
ting new connection
我也尝试过 ESP-IDF 4.4.0 并遇到同样的问题。