How do I enable SSL in 1.26.4?

Forum for questions and support relating to the 1.26.x releases only.
Locked
remembermyname2000
Posts: 13
Joined: Fri Dec 04, 2009 3:41 pm
Location: Atlanta GA

How do I enable SSL in 1.26.4?

Post 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

*
linuxsense
Posts: 374
Joined: Wed Nov 07, 2007 1:59 am
Location: Huntington Beach, California
Contact:

Re: How do I enable SSL in 1.26.4?

Post by linuxsense »

What errors do you get in the browser and in the Apache logs?
remembermyname2000
Posts: 13
Joined: Fri Dec 04, 2009 3:41 pm
Location: Atlanta GA

Re: How do I enable SSL in 1.26.4?

Post 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 (?).
Locked