Hi,
Can you try changing these two lines:
> # What Ciphers are allowed
> # SSLCipherSuite
> ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
> SSLCipherSuite
> ALL:!ADH:!RC4-MD5:!EXP-DES-CBC-SHA:!EXP-RC4-MD5:!EXPORT56:!EXP56:R
> C4+RSA:+HI
> GH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
>
> # Disable SSLv3 (for the IE problem, not a good idea, thought)
> SSLProtocol all -SSLv3
To this?
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
and remove SSLProtocol.
What type of certificate are you using? Is the site accessible from the
internet so we can try our browsers?
-Dave
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]