Do not return OCSP errors to clients
authorPeter Palfrader <peter@palfrader.org>
Fri, 25 Nov 2016 14:26:27 +0000 (15:26 +0100)
committerPeter Palfrader <peter@palfrader.org>
Fri, 25 Nov 2016 14:26:27 +0000 (15:26 +0100)
modules/apache2/templates/puppet-config.erb

index fa9a210..0ed3e19 100644 (file)
@@ -25,5 +25,6 @@
     # [ https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html#ocspstapling ]
 
     SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_stapling(1048576)
+    SSLStaplingReturnResponderErrors off
   <% end -%>
 </IfModule>