Search found 1 match
- Sat Jul 19, 2014 7:17 pm
- Forum: ZoneMinder 1.27.x
- Topic: server behind SSL proxy
- Replies: 2
- Views: 32573
server behind SSL proxy
Hi, I have a setup where the ZoneMinder server is located in internal network behind a terminating SSL proxy. In order to access the server, I needed to change a line in index.php: define( "ZM_BASE_URL", $protocol.'://'.$_SERVER['HTTP_HOST'] ); to: define( "ZM_BASE_URL", "" ); Now I'm able to access ...