You may get some error like given below in Mac machines when you browse SSL pages
Safari can’t verify the identity of the website “example.com” The certificate for this website was signed by an unknown certifying authority. You might be connectng tp a website that is preteneing to be “domainname.com”, which could put your confidential information at risk. Would you like to connect to the website anyway ?
To fix the problem add SSLCertificateChainFile to your apache configuration file
SSLEngine On
SSLCertificateFile /etc/httpd/ssl/*.example.com.crt
SSLCertificateKeyFile /etc/httpd/ssl/*.example.com.key
SSLCertificateChainFile /etc/httpd/ssl/gd_bundle.crt




November 26th, 2009
Aneesh
Posted in 

Yeah.. Thanks.. I have been with this problem for a week
yes~~~~ I have the same problem!!! it’s driving me crazy!!!
I’ve searched All over the web including Apple support all night long and ended up with no solution…
Come on~~~~~~~~~~~~~~~~~~~~