Skip to content

Commit 6af1d4f

Browse files
committed
Ending letsencrypt OCSP Support in 2025
1 parent 5241dd7 commit 6af1d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy/ssl-option/options-ssl-nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ ssl_ciphers "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECD
77

88
# add_header Strict-Transport-Security "max-age=31536000" always;
99
# add_header Content-Security-Policy upgrade-insecure-requests;
10-
ssl_stapling on;
11-
ssl_stapling_verify on;
10+
# ssl_stapling on;
11+
# ssl_stapling_verify on;
1212
resolver 127.0.0.11;

0 commit comments

Comments
 (0)