You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(nginx-proxy): Add SSL_STAPLING env var to control OCSP stapling
Add SSL_STAPLING environment variable (default: on) to allow disabling
OCSP stapling for certificates without OCSP responder URLs.
Usage: Set SSL_STAPLING=off on containers to silence the warning:
'ssl_stapling ignored, no OCSP responder URL in the certificate'
This is useful for self-signed certificates or certificates from CAs
that don't provide OCSP responder URLs.
0 commit comments