From 8eaa85171dbe5c3d78875a8733f9f4e43b08b3cb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 20 May 2017 08:05:04 +0200 Subject: [PATCH] Set SSLStaplingFakeTryLater to off --- modules/apache2/templates/puppet-config.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/apache2/templates/puppet-config.erb b/modules/apache2/templates/puppet-config.erb index 7c38884a5..614ac4d68 100644 --- a/modules/apache2/templates/puppet-config.erb +++ b/modules/apache2/templates/puppet-config.erb @@ -26,6 +26,7 @@ SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_stapling(1048576) SSLStaplingReturnResponderErrors off + SSLStaplingFakeTryLater off <% end -%> -- 2.20.1