mikalhart / ESP32-OTA-Pull

An ESP32/Arduino library for doing easy "pull"-based OTA ("Over The Air") updates
MIT License
34 stars 11 forks source link

Https support #13

Open MattPellegrini opened 3 weeks ago

MattPellegrini commented 3 weeks ago

As far as I can tell, the HTTPClient used here will use this method HTTP - have I understood that correctly?

This is backed-up by a few logs of: unexpected protocol: https, expected http and WARNING: Skipping SSL Verification. INSECURE!

Is there a way to support https that I've missed?