Search found 1 match
- Mon Oct 01, 2018 8:20 am
- Forum: ESP32 Arduino
- Topic: load root CA from SPIFFS and pass to WiFiClientSecure
- Replies: 3
- Views: 6860
load root CA from SPIFFS and pass to WiFiClientSecure
Hi all, Im still a newbie and Im trying no move working code I wrote for the ESP8266 to the ESP32 but its not working. I have a root certificate that I have stored in SPIFFS and I want to pass it to WifiClientSecure. On the ESP8266 I do it this way (which works): // Load CA file from SPIFFS File ca ...