On Mon, Jul 17, 2000 at 05:23:08PM +0200, [EMAIL PROTECTED] wrote:
> Full_Name: Dean Shock
> Version: 2.6.4-1.3.12
> OS: Linux RedHat 6.2
> Submission from: (NULL) (207.229.52.16)
> 
> 
> The problem is that when we use an SSL connection through the Apache on our
> RedHat Linux running a servlet that the MSIE Ver. 5 (via NT PROXY) keeps alive
> and does not proceed to the next screen on submission of data or next frame.
> This only occurs when passing through our NT Proxy... when using our Squid on
> the Unix Server/or direct connection there are no issues.
> 
> If we use Netscape through the NT Proxy it seems to work fine as well.
> 
> Any solutions?

Try using http://www.apache.org/docs/mod/mod_setenvif.html to force a nokeepalive
along the lines of (just make sure it matches the UA string you get from the proxy):
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
You could also try something like (as above):
BrowserMatch "WhateverUA" nokeepalive downgrade-1.0 force-response-1.0

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

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

Reply via email to