You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/10/23 03:08:16 UTC

svn commit: r1633731 - /httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml

Author: trawick
Date: Thu Oct 23 01:08:16 2014
New Revision: 1633731

URL: http://svn.apache.org/r1633731
Log:
add hint on discovering that OCSP Stapling cache is too small

Modified:
    httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml

Modified: httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml?rev=1633731&r1=1633730&r2=1633731&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml (original)
+++ httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml Thu Oct 23 01:08:16 2014
@@ -153,7 +153,8 @@ further modification to the configuratio
 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>
 </section>
 
 <section>