From: Peter Palfrader Date: Sat, 20 May 2017 06:05:04 +0000 (+0200) Subject: Set SSLStaplingFakeTryLater to off X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8eaa85171dbe5c3d78875a8733f9f4e43b08b3cb;p=mirror%2Fdsa-puppet.git Set SSLStaplingFakeTryLater to off --- 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 -%>