diff --git a/nginx/mattermost.conf b/nginx/mattermost.conf index d5a2ffd..cb042cf 100644 --- a/nginx/mattermost.conf +++ b/nginx/mattermost.conf @@ -57,6 +57,7 @@ server { # OCSP stapling ssl_stapling on; ssl_stapling_verify on; + resolver 1.1.1.1; # verify chain of trust of OCSP response using Root CA and Intermediate certs #ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;