Hello,
I've obtained a free SSL certificate from Startcom for one of my domains. I know that Startcom aren't trusted in IE and Opera, but I'm using Firefox to test it and they are trusted in there.
Now, I had to muck around with httpd.conf to get my regular domain to work with HTTPS despite trying to set it up in WHM; I basically added these lines:
Now Firefox accepts an HTTPS connection to my domain (https://mortonsolicitors.com) just fine. The problem is that when I try to install this certificate for WHM/cPanel services in the service SSL manager, it doesn't work. It doesn't appear to be giving the correct certificate chain to Firefox and so Firefox can't verify the cert (ie. for https://mortonsolicitors.com:2083/).
I've tried to figure out why this is for hours now and I can't. Could somebody please help me? Do I need to somehow install a CA bundle? I'm not even sure what the appropriate CA bundle is for Startcom; I tried downloading the one from http://cert.startcom.org/ca-bundle.crt and putting it in /usr/local/cpanel/etc/mycpanel.pem then restarting cpanel but it changes nothing. Please help. :-(
I've obtained a free SSL certificate from Startcom for one of my domains. I know that Startcom aren't trusted in IE and Opera, but I'm using Firefox to test it and they are trusted in there.
Now, I had to muck around with httpd.conf to get my regular domain to work with HTTPS despite trying to set it up in WHM; I basically added these lines:
Code:
SSLEngine on
SSLCertificateFile /usr/share/ssl/certs/www.mortonsolicitors.com.crt
SSLCertificateKeyFile /usr/share/ssl/private/www.mortonsolicitors.com.key
SSLCertificateChainFile /usr/share/ssl/certs/sub.class1.server.ca.crt
SSLCACertificateFile /usr/share/ssl/certs/ca.crt
I've tried to figure out why this is for hours now and I can't. Could somebody please help me? Do I need to somehow install a CA bundle? I'm not even sure what the appropriate CA bundle is for Startcom; I tried downloading the one from http://cert.startcom.org/ca-bundle.crt and putting it in /usr/local/cpanel/etc/mycpanel.pem then restarting cpanel but it changes nothing. Please help. :-(