Network error with outbound fetch() requests (some domains working, others not)
When using fetch() requests on Cloudflare, we now experience "error code: 525" for the past 4 days on certain worker custom domains, not the
https://keyauth.win/psdb
It happens with other non-Cloudflare sites too. Example: https://text.myip.wtf/
I deployed a plain Javascript, no framework example requesting
https://vanilla.keyauth.win/
https://github.com/cloudflare/workerd/issues/776
https://community.cloudflare.com/t/http-525-on-outbound-fetch/429778
Appreciate any help I may get
3-4 million requests to my site are being dropped right now and Cloudflare Pro hasn't gotten me a response in 4 days from Cloudflare's team.
workers.dev domain.https://keyauth.win/psdb
- error code: 525
https://keyauth-worker.agentreachout.workers.dev/psdb- success (no SSL error)
https://prod.keyauth.com/psdb- success (no SSL error)
- success (no SSL error)
It happens with other non-Cloudflare sites too. Example: https://text.myip.wtf/
I deployed a plain Javascript, no framework example requesting
text.myip.wtf and it's the same problemhttps://vanilla.keyauth.win/
- error code: 525
https://ssl-testing-vanilla.agentreachout.workers.dev/- success
Full it doesn't resolve anything. I do NOT own these external websites so I'm not sure how I would control the fact they work from some of my worker domains and not others.https://github.com/cloudflare/workerd/issues/776
https://community.cloudflare.com/t/http-525-on-outbound-fetch/429778
Appreciate any help I may get