Hello,

I'm experiencing problems with some versions of MSIE (both 4 and 5).
When MSIE is loading a page that it is fetching over a SSL connection some
of the pictures sometimes show up as a red X (ie what you get when a
picture doesn't exist, they do in this case though).

I had hoped the following would fix it but it hasn't:
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0

I tried with openssl s_client and it looks like the nokeepalive and
ssl-unclean-shutdown work just fine. Downgrade-1.0 and force-response-1.0
do not seem to have a notable effect though:
GET / HTTP/1.1
Host: www.davista.com
User-Agent: MSIE

HTTP/1.1 302 Found
Date: Thu, 27 Jul 2000 20:40:17 GMT
Server: Apache/1.3.12 (Unix)  (Red Hat/Linux) mod_ssl/2.6.2 OpenSSL/0.9.5
Location: http://www.davista.com/
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1

as you can see it still says 'HTTP/1.1 302 Found' instead of 'HTTP/1.0 302
Found' what you'd expect.

Regards,

Simon Weijgers

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

Reply via email to