I am having trouble converting http camera server to secured https server.
I have coded the esp32 server so it uses TLS with self-signed certificate to pass encrypted data and authentication(GET,POST with JSON format).
I used this library GitHub - fhessel/esp32_https_server: Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP. .
But in addition I want to add /Camera where the web server would display stream from camera with face recognition.
If you have any idea how to do the https camera web server I'll be very thankful. ![]()