AnnoyingTechnology / nginx-configuration-template

Template configuration files for nginx >= 1.15 (including, FPM, bad robots blocking, munin support, TLS/Let's Encrypt, etc.)
2 stars 0 forks source link

Disable ssl stapling by default #7

Open AnnoyingTechnology opened 4 years ago

AnnoyingTechnology commented 4 years ago
# we dont want to user a resolver
    ssl_stapling off;

in nginx.conf

Of maybe, configure something different in ssl/strict.conf https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver

AnnoyingTechnology commented 4 years ago

https://serverfault.com/questions/846901/nginx-ssl-stapling-verify-what-exactly-is-being-verified