Virtual Server httpS ?
How do I setup an HTTPS virtual server ?
I'm using external ports 80, 81, and 83 - but when I use 443 it won't connect.
When and when I view "existing services" there is no HTTPS option ?
Any guidance ?
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Thank you, @terziyski
I set External port to 443 - but the Internal port is running on port 81
When I navigate in a browser to :
This site can’t provide a secure connection
(my IP address) xx.xx.xx.xxx sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
I'm connecting an IP camera (an ESP32CAM) which defaults to port xxx.xx.xx.xxx:81/stream
I am able to access this successful when I set External Port to 81 but when I update to 443 it gives the above.
..
- Copy Link
- Report Inappropriate Content
That's because ESP32CAM supports http, but not https video stream.
In this particular case you should use another external port like 81 or other than 443 and open the stream with: http://<your_public_IP_address>:<port>
ESP32CAM video streaming web server gude - https://randomnerdtutorials<dot>com/esp32-cam-video-streaming-web-server-camera-home-assistant/
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 662
Replies: 3
Voters 0
No one has voted for it yet.