Skip to content

Commit ecee223

Browse files
authored
Merge pull request #13607 from michel-thomas/nginx-letsencrypt-ocsp-end-support
fix(nginx): `ssl_stapling` should be `off` with Let's Encrypt
2 parents a637a64 + fa49719 commit ecee223

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

admin_manual/installation/nginx.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ NGINX configuration
1717
- Adjust the :code:`ssl_certificate` and :code:`ssl_certificate_key` directives to the real paths for your signed
1818
certificate and private key. Make sure your SSL certificates are readable by the nginx server process (see `nginx HTTPS SSL
1919
Module documentation <https://wiki.nginx.org/HttpSslModule>`_).
20+
- If using Let's Encrypt as TLS certificate and nginx as webserver, set `ssl_stapling` and `ssl_stapling_verify` to `off`
21+
in main nginx config (see [Let's Encrypt blog post](https://letsencrypt.org/2024/12/05/ending-ocsp)).
2022
- Be careful about line breaks if you copy the examples, as long lines may be
2123
broken for page display and result in an invalid configuration files.
2224
- Some environments might need a ``cgi.fix_pathinfo`` set to ``1`` in their

0 commit comments

Comments
 (0)