Page 1 of 1

How do I enable SSL in 1.26.4?

Posted: Wed Oct 09, 2013 5:33 am
by remembermyname2000
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

*

Re: How do I enable SSL in 1.26.4?

Posted: Mon Oct 21, 2013 9:25 pm
by linuxsense
What errors do you get in the browser and in the Apache logs?

Re: How do I enable SSL in 1.26.4?

Posted: Wed Dec 18, 2013 10:56 am
by remembermyname2000
My apologies for taking so long to reply. I didn't get any of the apache logs as I reloaded the machine and the error didn't return. May have been a clitch in the install (?).