From: Daniel Gruno Date: Sun, 25 Mar 2012 06:57:57 +0000 (+0000) Subject: Merge r1304985 from trunk: X-Git-Tag: 2.4.2~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1edb733ae3648e37b9ab7c6af1a11b33622b5bf9;p=apache Merge r1304985 from trunk: 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/branches/2.4.x@1304987 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 05be3dd9ba..63211528c3 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -301,7 +301,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.