diff --git a/core/nginx/conf/nginx.conf b/core/nginx/conf/nginx.conf index 2dba0130..ae250459 100644 --- a/core/nginx/conf/nginx.conf +++ b/core/nginx/conf/nginx.conf @@ -116,8 +116,6 @@ http { {% endif %} include /etc/nginx/tls.conf; - ssl_stapling on; - ssl_stapling_verify on; ssl_session_cache shared:SSLHTTP:3m; add_header Strict-Transport-Security 'max-age=31536000'; diff --git a/towncrier/newsfragments/3886.misc b/towncrier/newsfragments/3886.misc new file mode 100644 index 00000000..e4564145 --- /dev/null +++ b/towncrier/newsfragments/3886.misc @@ -0,0 +1 @@ +Remove OCSP stapling by Nginx because Let's Encrypt has dropped OCSP support