HTTPS Requests with a Root Certificate Store on ESP8266 + Arduino
Part of the Getting Started with ESP8266 + Arduino series.
As part of my exploration of the basics of the ESP8266/Arduino/PlatformIO development experience, I wanted to learn how to make HTTPS requests.
I figured this would be more challenging than using Golang on a Raspberry Pi, for example, because …