From: Ruediger Pluem Date: Wed, 14 Oct 2009 19:32:37 +0000 (+0000) Subject: * Update transformation X-Git-Tag: 2.2.15~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3a1dd303fd875ad47fbb810f190d195c307b9fa;p=thirdparty%2Fapache%2Fhttpd.git * Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@825232 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index b3ddf8b5f03..9ff6f81cf84 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1247,7 +1247,12 @@ the proxy does not guarantee that the SSL connection to the backend server is "secure" beyond the fact that the certificate is signed by one of the CAs configured using the SSLProxyCACertificatePath and/or -SSLProxyCACertificateFile directives.

+SSLProxyCACertificateFile directives. +In order to get this check done please have a look at +SSLProxyCheckPeerCN and +SSLProxyCheckPeerExpire directives which are off by +default. +