You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/04/14 16:47:59 UTC

DO NOT REPLY [Bug 34452] - SSLv3 and keep-alive causes "Page cannot be displayed" in Internet Explorer

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34452





------- Additional Comments From jorton@redhat.com  2005-04-14 16:47 -------
There have been a couple of reports like this recently.  Do you have a precise
reproduction case with a specific version of MSIE, which only triggers in those
particular httpd versions?  What's logged to the error log for the SSL vhost?

Anyway, the default SSL vhost configuration will disable keepalives for MSIE for
the SSL vhost, using the SetEnvIf below; I take it you have disabled this?

SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org