I am running Open_SSL on a Macintosh G5 running OS X 10.3.7 (not Xserve) using Apache as my server. I have SSL all set up and running in three of four browsers. It works fun in FireFox, Safari, and Netscape. With Internet Explorer though, it refuses to verify the certificate. Here is the section from the httpd.conf file that seems to be at the root of the problem:

SSLEngine on
# SSLProtocol all -SSLv3
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
# Path to your certificates and private key
SSLCertificateChainFile /etc/httpd/ssl.key/SecurityServicesCA.crt
SSLCertificateFile /etc/httpd/ssl.key/server.crt
SSLCertificateKeyFile /etc/httpd/ssl.key/server.key



Any suggestions??

Thanks!

John

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [email protected]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to