-
Oct 26th, 2009, 09:26 PM
#1
godaddy SSL certificate and Apache's SSLCertificateChainFile
I found that the SSLCertificateChainFile which Apache uses does not work for all browsers on the Mac if the SSLCertificateFile was created by godaddy.com
These browsers on the Mac report invalid certificate:
Safari (4.x)
Camino (1.6.x)
These are the only browsers so far I have found which don't work with the certificate.
A manual solution is:
1) Launch application
2) ssh to server
3) upload root certificate chain provided by godaddy to some directory. In my case, gd_bundle.crt, was provided with my domain certificate and I uploaded it to /tmp.
3) Edit /etc/httpd/conf.d/ssl.conf
4) Add 'SSLCertificateChainFile /tmp/gd_bundle.crt'
5) Restart apache with the command, '/usr/sbin/apachectl restart'
Safari and Camino now accept the certificate as valid.
Anyone know how to automate this in cloud foundry?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules