From 13a76fc753d06e19e7786bc697b356339bead30f Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sun, 25 Mar 2012 06:55:59 +0000 Subject: [PATCH] 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 --- docs/manual/upgrading.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.
  • -- 2.50.0