When you go to my website using https, you get a popup that says "certificate authority might be unknown, certificate might be expired, server configuration might be incorrect." The website shows up correctly if you choose to accept the cert though. My cert was installed through WHM. and WHM said it works. Through cPanel under SSL manager, my CSR, key, and crt all have the same modulus, and my crt doesn't exipre until Jan 12 19:59:47 2008 GMT.
Do you know what the problem could be? Server config looks like this:
Code:<IfDefine SSL> <VirtualHost 11.22.33.44:443> ServerAdmin webmaster@domain.net DocumentRoot /home/username/public_html BytesLog domlogs/domain.net-bytes_log User username Group username ServerName domain.net UserDir public_html User username Group username ScriptAlias /cgi-bin/ /home/username/public_html/cgi-bin/ SSLEnable SSLCertificateFile /usr/share/ssl/certs/domain.net.crt SSLCertificateKeyFile /usr/share/ssl/private/domain.net.key SSLLogFile /usr/local/apache/domlogs/domain.net-ssl_data_log CustomLog /usr/local/apache/domlogs/domain.net-ssl_log combined SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown </VirtualHost> </IfDefine>



LinkBack URL
About LinkBacks
Reply With Quote





