Search found 2 matches

by saransh.goel
Thu Jul 23, 2020 10:10 am
Forum: ESP-IDF
Topic: Is there an HTTP client download file example?
Replies: 4
Views: 8858

Re: Is there an HTTP client download file example?

Has anybody found anything ?
by saransh.goel
Wed May 27, 2020 6:45 am
Forum: General Discussion
Topic: Reading Certificates from Spiffs partition on the flash memory of esp32
Replies: 1
Views: 3531

Reading Certificates from Spiffs partition on the flash memory of esp32

I am able to flash the certificates on siffs partition and access the certificates using file handling but how do i load then for SSL server certification and esp_http_client_config_t. I was previously embedding the certificates into the firmware using the components.mk file like this COMPONENT_EMBE...