Page 1 of 1

Issue Connecting to Web Server on ESP32C6 ( mbedtls parse returned )

Posted: Thu Feb 06, 2025 10:30 am
by Shivakumar MG
Hello Team,

I am using the ESP32C6 series with the ESP-IDF Eclipse plugin. While connecting to a web server, I am encountering the following error:

E (16447) esp-tls-mbedtls: mbedtls_x509_crt_parse of public cert returned -0x262E
E (16447) esp-tls-mbedtls: Failed to set client PKI context
E (16450) esp-tls-mbedtls: Failed to set client configurations, returned [0x8015] (ESP_ERR_MBEDTLS_X509_CRT_PARSE_FAILED)
E (16462) esp-tls: create_ssl_handle failed
E (16467) esp-tls: Failed to open new connection
E (16472) transport_base: Failed to open a new connection

Please find my sdkconfig configuration in attachment.

If anyone is familiar with this issue or has encountered something similar, I would appreciate your help in finding a solution.
Thanks.