I set up a domain hosted on GCP. All’s going fine, but I can’t seem to get OCSP working. Nginx complains saying "ssl_stapling" ignored, host not found in OCSP responder "ocsp.int-x3.letsencrypt.org" in the certificate "/etc/letsencrypt/live/<domain>/fullchain.pem".
I can verify that OCSP is working when the client fetches it, as the test succeeds in Qualys SSL test. I can also ping and verify the chain from my servers CLI (openssl ocsp -issuer chain.pem -cert fullchain.pem -text -url http://ocsp.int-x3.letsencrypt.org/).
Domain is mythreya.dev, if that helps
I am kinda new to this and am learning along the way (domains, servers, HTTPS, keys etc…). What could I be missing?