Virtual Server httpS ?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Virtual Server httpS ?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Virtual Server httpS ?
Virtual Server httpS ?
2022-12-15 04:21:43
Model: Archer A7  
Hardware Version: V5
Firmware Version: 1.1.0 Build 20201120

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 ? 

  0      
  0      
#1
Options
3 Reply
Re:Virtual Server httpS ?
2022-12-15 07:27:02 - last edited 2022-12-15 07:29:15

  @ChadL 

 

Just type "HTTPS" in the Service type box, then fill the rest of the fields as bellow:

 

If this was helpful click once on the arrow pointing upward. If this solves your issue, click once the star to mark it as a "Recommended Solution".
  2  
  2  
#2
Options
Re:Virtual Server httpS ?
2022-12-22 19:29:01

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. 

 

 

 

..

  0  
  0  
#3
Options
Re:Virtual Server httpS ?
2022-12-22 22:45:09 - last edited 2022-12-22 23:37:14

  @ChadL 

 

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/

If this was helpful click once on the arrow pointing upward. If this solves your issue, click once the star to mark it as a "Recommended Solution".
  0  
  0  
#4
Options

Information

Helpful: 0

Views: 597

Replies: 3

Related Articles