From: Eric Covener Date: Fri, 5 Nov 2010 19:35:23 +0000 (+0000) Subject: PR#48720: SSLProxyVerify is not per-directory, only per-server. X-Git-Tag: 2.3.9~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a7e62c83c7b7dc3439a141955e20647dafe1734;p=thirdparty%2Fapache%2Fhttpd.git PR#48720: SSLProxyVerify is not per-directory, only per-server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031742 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 42623cc6180..5be85e982d6 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1359,22 +1359,14 @@ for additional information. Description:Type of remote server Certificate verification Syntax:SSLProxyVerify level Default:SSLProxyVerify none -Context:server config, virtual host, directory, .htaccess -Override:AuthConfig +Context:server config, virtual host Status:Extension Module:mod_ssl

When a proxy is configured to forward requests to a remote SSL server, this directive can be used to configure certificate -verification of the remote server. Notice that this directive can be -used both in per-server and per-directory context. In per-server -context it applies to the remote server authentication process used in -the standard SSL handshake when a connection is established by the -proxy. In per-directory context it forces a SSL renegotiation with the -reconfigured remote server verification level after the HTTP request -was read but before the HTTP response is sent.

- +verification of the remote server.

The following levels are available for level: