Hi I have multi-server setup with ISPconfig 3.0.5.3 on debian lenny. I have managed to get ssl working on the ispconfig interface, but it won't work with an ispconfig website. I thought that if I enabled the SSL check box on the domain tab, I would be able to connect to the site using https://www.mydomain.com, even if the valid certificate is not in place, but I can only connect using http://www.mydomain.com. Any help mwould be greatly appreciated. Thanks.
You have to create a self signed ssl certificate first on the ssl tab of this website. The detailed steps can also be found in the ISPConfig manual.
Hi Till, I have created a new website and created a self signed certificate on the ssl tab for the site, I then check the ssl check box for the site, but still nothing for https, thanks for your time.
Hi, Yes, the self signed cert is visible on the ssl tab, in ssl key, ssl request and ssl certificate.
Hi Till, In ispconfig.vhost I have : # SSL Configuration SSLEngine On SSLProtocol All -SSLv2 -SSLv3 SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key SSLCACertificateFile /usr/local/ispconfig/interface/ssl/ispserver.bundle </VirtualHost> in www.mysite.vhost I have : <IfModule mod_ssl.c> SSLEngine on SSLCertificateFile /var/www/clients/client0/web12/ssl/www.mysite.crt SSLCertificateKeyFile /var/www/clients/client0/web12/ssl/.www.mysite.key SSLCACertificateFile /var/www/clients/client0/web12/ssl/www.mysite.bundle </IfModule> thanks.
Then ssl is enabled for that site in apache. Did you try to restart apache on the shell? Do you use a firewall, maybe port 443 is closed?