IE not able to view the CA certificate

IE not able to view the CA certificate

am 05.09.2002 06:29:31 von Vince Montuoro

I'm finding that some browsers that require a CA certificate (eg-MacIe and early 56bit Ie browsers) are able to access my secure site but constantly get nagged with insecure certificate.

I have included the CA certificate but it still gives me the invalid certificate message,


SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown



SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache dbm:/mindbridge/apache/logs/ssl_gcache_data
SSLSessionCacheTimeout 600


SSLProtocol -ALL +SSLv2
SSLCipherSuite !EXP1024-RC4-SHA:!EXP1024-DES-CBC-SHA:ALL:!ADH:!EXP56:RC4+RS A:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

SSLLog logs/SSL.log
SSLLogLevel warn


SSLEngine On
SSLCertificateFile conf/ssl/certs/my-server.cert
SSLCertificateKeyFile conf/ssl/private/my-server.key
SSLCACertificateFile conf/ssl/ssl.crt/ca.crt




Thanks for your help

Vince
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org