I'm using a newly issued Gandi.net SSL Certificate and while it works fine most places I get a warning/error in Google Chrome:
https://skitch.com/timharding/f2jjf/google-chrome
I've tested that the chaining is working:
http://www.sslshopper.com/ssl-checker.html#hostname=www.submitten.com
My SSL configuration looks like this:
SSLCertificateFile /etc/ssl/certs/submitten.com.2011.crt
SSLCertificateKeyFile /etc/ssl/certs/submitten.com.2011.key
SSLCACertificateFile /etc/apache2/ssl.crt/GandiStandardSSLCA.pem
SSLVerifyClient None
As per their recommendations.
Why is Chrome flagging this problem?
Thanks.