SSL on glasgownet.com now works, after a prolonged absence. Not in any way related to the pitiful amounts of documentation relating to SSL support on Apache2, and Debians strange way of organizing itself. In the end I needed two NameVirtualHost declarations in apache2.conf, one for each port
NameVirtualHost 80.68.89.159:80
NameVirtualHost 80.68.89.159:443
A Listen 443 in ports.conf, and then the appropriate entry in the vhost config file.
It seems easy enough now, but with so little documentation, and conflicting advice on the net, it was a bit more difficult.
Recent Comments