s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
896 stars 166 forks source link

https server option #283

Open aiotech-pub opened 8 months ago

aiotech-pub commented 8 months ago

I tryed to modify the source code to support the https servers but unfortunately seems the modification should be larger than expected. It should be an important feature especially if bundled together an OTA and a WiFi Manager.

MartinMueller2003 commented 8 months ago

We can only do this if the underlying libraries support this. To be honest, I have not yet checked to see if the latest libs support https. We would need to move to port 443 but that is not a big deal.