Workers Outbound API Call: Error 525
Hi there! I'm currrently writing a small worker in Rust that needs to issue a call to an API - something trivial (and that works well on my machine).
However, when deployed to workers, it seems to result in an "error code: 525" response to the external API Request!
These are the request contents themselves:
The server to which the request is made has properly configured Let's Encrypt Certificates, thanks to Kubernetes and Cert-Manager, and does not use cloudflare proxy (it's a DNS-only record). Any idea what could be wrong here?
2 Replies