ispysoftware / iSpy

Open source surveillance software
http://www.ispyconnect.com
Other
1.36k stars 534 forks source link

A question on accessing a HTTP instance via HAProxy reverse proxy #281

Open bbyrd74 opened 1 month ago

bbyrd74 commented 1 month ago

So Im running AgentDVR on docker, and its SSL/TLS is disabled, only using port 80 for unencrypted.

So I set up an HAPROXY for SSL offload, sending all traffic to the container. Yet a client cannot connect, the server reports HTTPS access blocked.. But how is the instance even aware of this, as its only using insecure port 80?