From: Daniel Gruno Date: Sun, 25 Mar 2012 06:55:59 +0000 (+0000) Subject: Mention SSL certificate checks are now enabled by default, as opposed to disabled... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4eaec93309b1a28d59ca1ecc3baebbc75a5846;p=thirdparty%2Fapache%2Fhttpd.git Mention SSL certificate checks are now enabled by default, as opposed to disabled in 2.2. Submitted by: Petter Berntsen (petterb@gmail.com) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1304985 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 0b844516e48..db72bf53337 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -295,7 +295,11 @@ variables has changed. The old format can still be used with the new LegacyDNStringFormat argument to SSLOptions. The SSLv2 protocol is - no longer supported. + no longer supported. SSLProxyCheckPeerCN + and SSLProxyCheckPeerExpire + now default to On, causing proxy requests to HTTPS hosts + with bad or outdated certificates to fail with a 502 status code (Bad + gateway)
  • htpasswd now uses MD5 hash by default on all platforms.