]> granicus.if.org Git - apache/commitdiff
update mod_ssl.html.en transformation
authorKaspar Brand <kbrand@apache.org>
Sun, 1 Nov 2015 09:46:10 +0000 (09:46 +0000)
committerKaspar Brand <kbrand@apache.org>
Sun, 1 Nov 2015 09:46:10 +0000 (09:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711730 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.html.en

index 412e1fe707bdf03b741a2ce99de8c4cc18415a70..945966fc66f7d58d74cf47ff35da5bb2369648f2 100644 (file)
@@ -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>