How do I enable SSL in 1.26.4?
Posted: Wed Oct 09, 2013 5:33 am
I have completed a clean install of 1.26.4 on Ubuntu 12.04LTS x64.
How do enable HTTPS in 1.26.4? I attempted this with the instructions in the following topic but it is not working. Please advise.
http://www.zoneminder.com/wiki/index.ph ... e_easy_way
*
Optional Add SSL to Apache2
Create a self-signed certificate:
make-ssl-cert generate-default-snakeoil --force-overwrite
Activate Apache SSL module:
a2enmod ssl
Activate Apache default ssl virtual host:
a2ensite default-ssl
Restart Apache:
service apache2 restart
You should now be able to access the web server using https://serverip
*
How do enable HTTPS in 1.26.4? I attempted this with the instructions in the following topic but it is not working. Please advise.
http://www.zoneminder.com/wiki/index.ph ... e_easy_way
*
Optional Add SSL to Apache2
Create a self-signed certificate:
make-ssl-cert generate-default-snakeoil --force-overwrite
Activate Apache SSL module:
a2enmod ssl
Activate Apache default ssl virtual host:
a2ensite default-ssl
Restart Apache:
service apache2 restart
You should now be able to access the web server using https://serverip
*