From 0abaaa8ccbce19deb6fcd09c8bf00d4cf4248505 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 7 Feb 2025 09:47:35 +0100 Subject: [PATCH] Remove stapling from nginx config Letsencrypt ends its support: https://letsencrypt.org/2024/12/05/ending-ocsp/ --- support/nginx/peertube | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/nginx/peertube b/support/nginx/peertube index 235bcbfdb..800c9684e 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -50,8 +50,6 @@ server { ssl_session_timeout 1d; # defaults to 5m ssl_session_cache shared:SSL:10m; # estimated to 40k sessions ssl_session_tickets off; - ssl_stapling on; - ssl_stapling_verify on; # HSTS (https://hstspreload.org), requires to be copied in 'location' sections that have add_header directives #add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";