BBlack has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/232734

Change subject: temporarily disable OCSP stapling
......................................................................

temporarily disable OCSP stapling

Change-Id: Iec20cc5a6d2917e2b8f6bd56b1dde19771624958
---
M modules/tlsproxy/templates/localssl.erb
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/34/232734/1

diff --git a/modules/tlsproxy/templates/localssl.erb 
b/modules/tlsproxy/templates/localssl.erb
index a52b4df..8b6c652 100644
--- a/modules/tlsproxy/templates/localssl.erb
+++ b/modules/tlsproxy/templates/localssl.erb
@@ -16,8 +16,8 @@
        ssl_certificate_key /etc/ssl/private/<%= cert %>.key;
        <% end -%>
        <% if @do_ocsp -%>
-       ssl_stapling on;
-       ssl_stapling_file /var/cache/ocsp/<%= @name %>.ocsp;
+#      ssl_stapling on;
+#      ssl_stapling_file /var/cache/ocsp/<%= @name %>.ocsp;
        <% end -%>
 
        keepalive_timeout 60;

-- 
To view, visit https://gerrit.wikimedia.org/r/232734
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec20cc5a6d2917e2b8f6bd56b1dde19771624958
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to