I need help - centos 5 ssl
I have a centos 5 with apache 2
Thank you,
Robin
5 Replies
do you have mod_ssl installed?
have you generated a key and request?
do you have the certificate?
have you configured /etc/httpd/conf.d/ssl.conf to point at key and certificate from your ssl provider?
SSLCertificateFile
SSLCertificateKeyFile
SSLCACertificateFile
what does "service httpd configtest" return (this is pretty good at telling you where you configuration is screwed up)?
is 443 listening (netstat -an)
what does httpd -S show?
did you reconfigure and restart iptables to permit SSL traffic through?
If the issue is just getting started… We get our certificates from comodo.com; they have a pretty decent description of how to generate and install certificates for most platforms including Apache/mod_ssl.
john
I am running a self signed cert until I can get it working then I will purchase one. It does not work. https will not load in the browser. In IE I just get a not found page and in Firefox I get error code -12263.
Any direction would be much appreciated.
Robin
Check that the 'SSLRequireSSL' directive(s) and the 'SSLEngine on' directive(s) are applied to the same (virtual) host(s). 'SSLRequireSSL' without 'SSLEngine on' can do this. Otherwise, sometimes this is caused by screwed up Apache redirects.
Robin