SyntaxFix
Write A Post
Hire A Developer
Questions
I found I needed to enable the SSL module in Apache (obviously prefix commands with sudo if you are not running as root):
sudo
a2enmod ssl
then restart Apache:
/etc/init.d/apache2 restart
More details of SSL in Apache for Ubuntu / Debian here.