Hi, Can't get SSL to work for a site. I have a class 2 certificate installed. Debian Wheezy with ISPConfig 3.0.5.3. I checked SSL box, selected external IP (added as eth0:0 inet static and restarted network), went to SSL tab put in my key & crt, drop down selected "save certificate" and pressed save. Yes, I also added IP under config server. But it's not working. I looked at the vhost record and IP was there only but still had port 80. So I changed that to port 443 and added 3 lines Code: SSLEngine On SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key SSLCACertificateFile /usr/local/ispconfig/interface/ssl/startssl.ca.crt Now it's working. But how can I get it to work through the control panel?
Oh, I also added 1 record to apache2/ports.conf - forgot to mention that. No there is not an .err file in sites-available directory, just the two usual . files. I undid it: IP back to *, unchecked SSL box and deleted certificate,. Then put it all back in again but it's still not working.