adafruit / Adafruit_IO_Arduino

Arduino library to access Adafruit IO from WiFi, cellular, and ethernet modules.
Other
208 stars 108 forks source link

ESP32, where are TLS connection (WiFiSecure) CA certificate? #148

Open ligantx opened 3 years ago

ligantx commented 3 years ago

Although I see ESP8266 have a fingerprint in order to connect with TLS credentials, i have search all code and libraries included, but i cannot find CA certificate for ESP32 secured connection to AdafruitIO. WiFisecure example of ESP32, has CA certificate hardcoded, but in adafruit's example (although it's working fine), there is nowhere a fingerprint or CA cert. So, how the connection is secured?