Hi
I altered my ssl.conf to do the following:
SetEnvIf User-Agent "MSIE[1-5]" nokeepalive ssl-unclean-shutdown
force-response-1.0 downgrade-1.0
SetEnvIf User-Agent "MSIE[6-99]" ssl-unclean-shutdown
to distinguish between older and newer versions of the browser.
regards, Baljeet.
On Wed, Jun 2
Hello guys,
I am confused about the proper way to handle SSL when dealing with the
dreaded Internet Explorer.
Documentation and configuration state to set this so Apache does not get
impacted by the way Internet Explorer handle ssl.
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-uncle