]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/templates/default/ssl.erb
apache ssl: faster timeout on slow OCSP responses
[chef.git] / cookbooks / apache / templates / default / ssl.erb
index 1e9ea31da62dc532d9e523f56d5376667ed86a44..9f453858b12d4ed71be2ec2e06a062e822dc0fc1 100644 (file)
@@ -9,5 +9,7 @@ SSLCertificateChainFile /etc/ssl/certs/rapidssl.pem
 <% if node[:lsb][:release].to_f >= 14.04 -%>
 
 SSLUseStapling On
+SSLStaplingResponderTimeout 5
+SSLStaplingReturnResponderErrors off
 SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_ocspcache(512000)
 <% end -%>