diff --git a/conf/nginx-ssl.conf b/conf/nginx-ssl.conf index 8d1598cb..1ce0f0c3 100644 --- a/conf/nginx-ssl.conf +++ b/conf/nginx-ssl.conf @@ -69,7 +69,6 @@ ssl_dhparam STORAGE_ROOT/ssl/dh2048.pem; # 8.8.8.8 and 8.8.4.4 below are Google's public IPv4 DNS servers. # nginx will use them to talk to the CA. ssl_stapling on; -ssl_stapling_verify on; -resolver 8.8.8.8 8.8.4.4 valid=86400; +ssl_stapling_verify off; +resolver 127.0.0.1 valid=86400; resolver_timeout 10; -#ssl_trusted_certificate /path/to/all-certs-in-chain.crt;