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
If anyone is familiar with this issue or has encountered something similar, I would appreciate your help in finding a solution.