diff options
author | Kaspar Brand <kbrand@apache.org> | 2015-11-01 10:46:10 +0100 |
---|---|---|
committer | Kaspar Brand <kbrand@apache.org> | 2015-11-01 10:46:10 +0100 |
commit | e0bdcf64a52d45d4410a2e00df1d7b9e57f724c0 (patch) | |
tree | b613f45a53c0f1af469e19cbffa1c18385101ef9 | |
parent | For the "SSLStaplingReturnResponderErrors off" case, make sure to only (diff) | |
download | apache2-e0bdcf64a52d45d4410a2e00df1d7b9e57f724c0.tar.xz apache2-e0bdcf64a52d45d4410a2e00df1d7b9e57f724c0.zip |
update mod_ssl.html.en transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711730 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_ssl.html.en | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 412e1fe707..945966fc66 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -2422,9 +2422,11 @@ if <code class="directive"><a href="#sslusestapling">SSLUseStapling</a></code> i <tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available if using OpenSSL 0.9.8h or later</td></tr> </table> <p>When enabled, mod_ssl will pass responses from unsuccessful -stapling related OCSP queries (such as status errors, expired responses etc.) -on to the client. If set to <code>off</code>, no stapled responses -for failed queries will be included in the TLS handshake.</p> +stapling related OCSP queries (such as responses with an overall status +other than "successful", responses with a certificate status other than +"good", expired responses etc.) on to the client. +If set to <code>off</code>, only responses indicating a certificate status +of "good" will be included in the TLS handshake.</p> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> |