https communication does not work with esp32-s3-devkitc-1 board
Posted: Fri Mar 17, 2023 2:05 am
Hi,
I'm using self-signed certificates/keys for https server on esp32-s3 board and client on my phone, it fails in handshake phase, see below errors:
I (19095) esp_https_server: performing session handshake
E (19115) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x7280
E (19115) esp_https_server: esp_tls_create_server_session failed
E (19125) httpd: httpd_accept_conn: session creation failed
W (19125) httpd: httpd_server: error accepting new connection
FYI, the key length is 2048 bits, http works fine. Does anybody know what this error code means? any suggestions? thanks.
I'm using self-signed certificates/keys for https server on esp32-s3 board and client on my phone, it fails in handshake phase, see below errors:
I (19095) esp_https_server: performing session handshake
E (19115) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x7280
E (19115) esp_https_server: esp_tls_create_server_session failed
E (19125) httpd: httpd_accept_conn: session creation failed
W (19125) httpd: httpd_server: error accepting new connection
FYI, the key length is 2048 bits, http works fine. Does anybody know what this error code means? any suggestions? thanks.