commit: 2e25601450315b6343daec1c7b928dabbd4c374d Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Jul 16 08:03:43 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Jul 16 08:03:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=2e256014
Don't perform SSL exceptions for MSIE anymore. Bug: https://bugs.gentoo.org/604744 2.4/conf/vhosts.d/00_default_ssl_vhost.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/2.4/conf/vhosts.d/00_default_ssl_vhost.conf b/2.4/conf/vhosts.d/00_default_ssl_vhost.conf index bb39547..6abc21d 100644 --- a/2.4/conf/vhosts.d/00_default_ssl_vhost.conf +++ b/2.4/conf/vhosts.d/00_default_ssl_vhost.conf @@ -170,11 +170,6 @@ Listen 443 # Similarly, one has to force some clients to use HTTP/1.0 to workaround # their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and # "force-response-1.0" for this. - <IfModule setenvif_module> - BrowserMatch ".*MSIE.*" \ - nokeepalive ssl-unclean-shutdown \ - downgrade-1.0 force-response-1.0 - </IfModule> ## Per-Server Logging: # The home of a custom SSL log file. Use this when you want a compact
