]> granicus.if.org Git - apache/commitdiff
make docs
authorJeff Trawick <trawick@apache.org>
Thu, 23 Oct 2014 11:52:17 +0000 (11:52 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 23 Oct 2014 11:52:17 +0000 (11:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633794 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_howto.html.en
docs/manual/ssl/ssl_howto.html.fr
docs/manual/ssl/ssl_howto.xml.fr
docs/manual/ssl/ssl_howto.xml.meta

index 9e26b8de990923f971c97950d29ca9a885d1c739..6ff2cb020dadb0d7a7cec133b25627f447b17972 100644 (file)
@@ -152,7 +152,8 @@ further modification to the configuration.  Refer also to the
 are typically a few hundred to a few thousand bytes in size, mod_ssl 
 supports OCSP responses up to around 10K bytes in size.  With more than a 
 few certificates, the stapling cache size (32768 bytes in the example above) 
-may need to be increased.</p>
+may need to be increased.  Error message AH01929 will be logged in case of
+an error storing a response.</p>
 
 
 <h3>If the certificate does not point to an OCSP responder, or if a
@@ -196,6 +197,20 @@ to the documentation for the
 directives.</p>
 
 
+<h3>If mod_ssl logs error AH02217</h3>
+
+<pre>AH02217: ssl_stapling_init_cert: Can't retrieve issuer certificate!</pre>
+<p>In order to support OCSP Stapling when a particular server certificate is
+used, the certificate chain for that certificate must be configured.  If it 
+was not configured as part of enabling SSL, the AH02217 error will be issued
+when stapling is enabled, and an OCSP response will not be provided for clients
+using the certificate.</p>
+
+<p>Refer to the <code class="directive"><a href="../mod/mod_ssl.html#sslcertificatechainfile">SSLCertificateChainFile</a></code>
+and <code class="directive"><a href="../mod/mod_ssl.html#sslcertificatefile">SSLCertificateFile</a></code> for instructions
+for configuring the certificate chain.</p>
+
+
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="accesscontrol" id="accesscontrol">Client Authentication and Access Control</a></h2>
index 4a7e3e135146658ca3fea1172714003b42085a69..69308146d94793c1b3261164d58055bd53dd2eba 100644 (file)
@@ -24,6 +24,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/ssl/ssl_howto.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/ssl/ssl_howto.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
 
 <p>Ce document doit vous permettre de démarrer et de faire fonctionner
index b71647120a794e8b29a2349b8287462e93d7ace7..bcb39ae1e30d05165d6f147037c605e86bc782dd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1632454 -->
+<!-- English Revision: 1632454:1633793 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index b7c021fd9a846155de9e4307c9b5cb16dc41d03f..8d9a5237f4e3c8c6c0595f8985d873cc613ed26d 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>