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-Tag: 2.5.0-alpha~7309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13a76fc753d06e19e7786bc697b356339bead30f;p=apache 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 0b844516e4..db72bf5333 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.