>----- Original Message -----
>From: "Cliff Woolley"
>To:
>Sent: Thursday, August 30, 2001 7:07 PM
>Subject: Re: Problem serving to some browsers
>
>> 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
The problem persists. :( I've tried several combinations of the BrowserMatch/SetEnvIf
lines. Here's what I've got in my config now:
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0
force-response-1.0
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
Here is a log file entry:
secure.logsoftinc.com 172.138.13.157 - - [30/Aug/2001:14:39:17 -0500] "GET
/cgi-bin/rue_checkout.pl?a=co&si=323044-1651-830142720&d=&dbn=officials HTTP/1.1" 200
33370 Mozilla/4.0 (compatible; MSIE 5.0; CS 2000 6.0; Windows 98; DigExt)
Based on the log files, the browser doesn't even request the image files, even though
the browser status bar says "Downloading image" several times. After hitting refresh
a few times, the browser returns "An error occured in the secure channel support."
Here is a mock-up of the page that I'm trying to send:
https://secure.logsoftinc.com/co.html
It works fine on my box here, just apparently not in IE4/5.
Once again, any help would be greatly appreciated. This has to be something I'm not
doing right. I doubt that the combination of mod_ssl and IE4/5 is totally broken.
Thanks,
--James
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]