To have all requests automatically served over a secure connection add the following three lines to httpd_conf_editable.txt
found by clicking on Settings - Global Settings - Open location of httpd_conf_editable and httpd_log:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^/?(.*) https://%{SERVER_NAME}:8443/$1 [R,L]
- Replace 8443 with the HTTPS Port configured under Settings - Global Settings.
- Restart ContaCam to begin with the redirection.