mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user