--- Original Message Follows ---
>From : Cliff Woolley <[EMAIL PROTECTED]>
Subj : Re: Problem serving to some browsers
Date : Thu, 30 Aug 2001 13:07:57 (EDT)
------------------------------------------------------
>On Thu, 30 Aug 2001, James W.Blackwell wrote:
>
>> I've had several people report problems with the secure side of the
>> site.  Usually it's that images are not being served on secure pages.
>> Sometimes a couple of the images come through but not all (and
>> randomly).  Very rarely they get no response from the server at all.
>>
>Try adding the following to your config:
>
>BrowserMatch "MSIE [1-4]" nokeepalive ssl-unclean-shutdown \
>                          downgrade-1.0 force-response-1.0
>BrowserMatch "MSIE [5-9]" ssl-unclean-shutdown
>SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
>
>
>That seems to be the current best solution to this problem that has been
>discovered experimentally on this list over the past year or so.

I did have the following entry in my config.  I should have included it.  I'll try the 
version you suggested and report back.

SetEnvIf User-Agent ".*MSIE.*" \
   nokeepalive ssl-unclean-shutdown \
   downgrade-1.0 force-response-1.0
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

Thanks,
--James
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to