shariltumin / esp32-cam-micropython-2022

MicroPython esp32-cam firmware with camera support compiled with esp-idf-4.4.0. Python script files for live streaming
MIT License
173 stars 33 forks source link

HTTPS functionality with ESP32-CAM #52

Open boylucky opened 1 month ago

boylucky commented 1 month ago

Hello, please can I ask a question if there is any possibility or some simple modification of your http server code to enable HTTPS protocol instead of HTTP? I guess it will be probably quite complicated to achive it, but better to ask you. My current aim is to use Screen Wake Lock API to disable the mobile phone going to sleep or saving mode which I need for correct functionality of the opened web page from ESP32-CAM http server. The screen lock functionality is not allowed with http protocol for security reasons. I already tried to use a couple of thoughts like redirect the page to https with the script for screen lock on the internet and then back to ESP32-CAM http server but it automaticaly disable the screen lock when redirected back to http. Same if I include the script like example Githubissues.

  • Githubissues is a development platform for aggregating issues.