[Jason Terry]
> I have yet to find any solution other than totaly dis-ableing the
> keepalive. And, for the time being... the fact that Are you sure
> that disableing everything except SSLv2 always works. When I
> experience this problem I could find no pattern to what would cause
> it to crash and what would allow it to work with the following
> exceptions
> 1) only fails with MSIE (any version)
> 2) it works if I disable keepalive
For me it also failed when I had keepalive disabled, until I forced
the server to only use SSLv2. I am currently running with
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
SSLProtocol SSLv2
and it works with everything I've tested.
> I had several times that I tried different things then went to test
> the connection, I would test it thousands of times sucessfully
> (using self refreshing web pages) and assume that it was ok, yet the
> very next day would get complaints from my co-workers that it was
> still an issue.
> Do you have a test case that guarantees a failed SSL connection? I
> was never able to get a reliable failure.
No, unfortunately. What I found was that some machines with MSIE would
always fail some would fail occasionally and some would always work.
This was with various 4.x and 5.x versions. The exact same version
that worked on one machine would fail on another.
I also found that MSIE failed less often when the client and server
were on different sides of a slow link.
--
- Terje
[EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]