witnessmenow / arduino-youtube-api

A wrapper around the youtube api for arduino
MIT License
143 stars 48 forks source link

Update examples for handling ESP32 HTTPS verification #46

Open witnessmenow opened 3 years ago

witnessmenow commented 3 years ago

Latest ESP32 requires some form of verification of the server you are connecting to, or a client.setInsecure(). There is probably no reason to not use the cert for the ESP32 though.

Examples probably need to be updated to reflect this..