espressif / ESP8266_RTOS_SDK

Latest ESP8266 SDK based on FreeRTOS, esp-idf style.
http://bbs.espressif.com
Apache License 2.0
3.35k stars 1.57k forks source link

Missing DER certificate support in esp_http_client component (GIT8266O-834) #1258

Open Asanga-Viraj opened 1 year ago

Asanga-Viraj commented 1 year ago

I esp_http_client component, there is no support for SSL certificate DER formats. Only PEM formats supported. This happened because no variable in esp_http_client_config_t to add ca_cert length.