We just got a new SSL certificate from GoDaddy. And, while all browsers are fine with the certificate, Safari gives the following error:
This certificate was signed by an unknown authority.
We are using a chain file in the following config in Apache:
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/godaddy.crt
SSLCertificateKeyFile /etc/apache2/ssl/godaddy.key
SSLCertificateChainFile /etc/apache2/ssl/gd_bundle2.crt
Looking around the web, it seems that others have experienced this issue as well (http://blog.boxedice.com/2009/05/11/godaddy-ssl-certificates-and-cannot-verify-identity-on-macsafari/) But no solution seems to fix the issue.
Does anyone know why this would be caused, or have experience with this happening, and how to fix it?