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
This commit is contained in:
Daniel Gruno
2012-03-25 06:55:59 +00:00
parent cd017afce8
commit 13a76fc753

View File

@ -295,7 +295,11 @@
variables has changed. The old format can still be used with the new
<code>LegacyDNStringFormat</code> argument to <directive
module="mod_ssl">SSLOptions</directive>. The SSLv2 protocol is
no longer supported.</li>
no longer supported. <directive module="mod_ssl">SSLProxyCheckPeerCN
</directive> and <directive module="mod_ssl">SSLProxyCheckPeerExpire
</directive> now default to On, causing proxy requests to HTTPS hosts
with bad or outdated certificates to fail with a 502 status code (Bad
gateway)</li>
<li><program>htpasswd</program> now uses MD5 hash by default on
all platforms.</li>