Error 525 when fetching Let's Encrypt API
I'm trying to call the letsencrypt API from a scheduled worker (cron), and I'm getting an HTTP 525 status code only in the worker, it works fine locally. Just a simple request to https://acme-v02.api.letsencrypt.org/directory using
fetch
is all you need to repro. If it helps, here's some of many ray ID from the response headers: 91c7bf13c1322f93-MAD
, 91cdb4de8635ede7-LHR
1 Reply
It seems similar to this locked post: https://community.cloudflare.com/t/requests-to-lets-encrypt-acme-server-failed-with-525-origin-ssl-handshake-error/234857, however that post has no resolution
Possibly related: https://github.com/cloudflare/workerd/issues/776