No resolver definded to resolv

Does this have any impact on my website? i can call the site normaly.

2019/01/18 19:30:04 [warn] 20905#20905: no resolver defined to resolve ocsp.int-x3.letsencrypt.org while requesting certificate status, responder: ocsp.int-x3.letsencrypt.org, certificate: “/etc/letsencrypt/live/contactplekje.nl/fullchain.pem”

Hi @gerdNL

where do you see this warning?

Looks like your certificate runs in a "black box" without an own dns resolver.

this runs on a ubuntu server, that has good connection, i can ping ocsp.int-x3.letsencrypt.org
its in the nginx error log
why would nginx even need to know the ssl status

What web hosting software are you using?

Nginx or Apache?

The error message means you enabled OCSP staple without set a resolver.

Thank you

1 Like

nginx, i never had this before do, sinds i updated the certificates today

seems to be defined in my nginx conf i see,
ssl_stapling on;
ssl_stapling_verify on;

not sure why it never complained before do

i added resolver 127.0.0.1 8.8.8.8 8.8.4.4 valid=300s;

1 Like

And does Nginx still show this warning?

You also need to add resolver...

Thank you

seems to be fixed now thanks

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.