From: Kaspar Brand
Date: Sun, 1 Nov 2015 09:46:10 +0000 (+0000)
Subject: update mod_ssl.html.en transformation
X-Git-Tag: 2.5.0-alpha~2669
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0bdcf64a52d45d4410a2e00df1d7b9e57f724c0;p=apache
update mod_ssl.html.en transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711730 13f79535-47bb-0310-9956-ffa450edef68
---
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 SSLUseStapling
i
Compatibility: | Available if using OpenSSL 0.9.8h or later |
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 off
, no stapled responses
-for failed queries will be included in the TLS handshake.
+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 off
, only responses indicating a certificate status
+of "good" will be included in the TLS handshake.