Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Internet Explorer/Safari (OSX in general) SSL certificate problem' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Internet Explorer/Safari (OSX in general) SSL certificate problem
Authored by: chuckuzzo on Oct 02, '03 07:54:22PM

This one took me a long time to figure out. I have users using Mac browsers complaining about the certificate that I installed in our e-commerce webservers.

1. Go to verisign.com and copy the intermediate CA into /etc/httpd/conf/ssl.crt/gsid.crt. Here is the link to that CA:
http://www.verisign.com/support/install/intermediate.html

2. Add the following lines to your /etc/httpd/conf/httpd.conf:
SSLCACertificatePath /etc/httpd/conf/ssl.crt
SSLCertificateChainFile /etc/httpd/conf/ssl.crt/gsid.crt

3. Restart your apache server

Chuck



[ Reply to This | # ]