Set SSLStaplingFakeTryLater to off
authorPeter Palfrader <peter@palfrader.org>
Sat, 20 May 2017 06:05:04 +0000 (08:05 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 20 May 2017 06:05:09 +0000 (08:05 +0200)
modules/apache2/templates/puppet-config.erb

index 7c38884..614ac4d 100644 (file)
@@ -26,6 +26,7 @@
 
     SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_stapling(1048576)
     SSLStaplingReturnResponderErrors off
+    SSLStaplingFakeTryLater off
   <% end -%>
 </IfModule>