BBlack has submitted this change and it was merged.

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


Revert "temporarily disable OCSP stapling"

This reverts commit 618d26020849fc480528c2fd296d9f6efd488e2c.

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

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/modules/tlsproxy/templates/localssl.erb 
b/modules/tlsproxy/templates/localssl.erb
index 8b6c652..a52b4df 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/232754
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I15275f86ceec98ebeaab128be5a4d9e457b17b88
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>

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

Reply via email to