[lvs-users] Bizarre problem with SSL and Internet Explorer
Graeme Fowler
graeme at graemef.net
Thu May 22 16:10:47 BST 2008
On Thu, 2008-05-22 at 10:19 -0400, Benoit Gauthier wrote:
> Here are observations from our most recent tests. We can replicate the
> problem fairly easily. The problem does NOT recur if we limit the
> <img> tags on the page to a single image. If we add a second <img> tag
> (coded as <img src=dir/image.gif>), we can produce the problem.
Hrm. Has your Apache SSL config got the following lines?
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
They can be set in the vhost context, or globally.
Also, have you got keepalives switched on in your Apache config?
This smacks to me of an app level problem being winkled out by the use
of LVS, but I could be wrong.
Graeme
Search lvs-users Archives
More information about the lvs-users
mailing list