Receiving HTTP 526 Error from worker request not observed elsewhere
I'm making the following request https://halostats.svc.halowaypoint.com:443/hi/players/xuid(2533274844642438)/matches?type=2&count=10&start=0
Locally without the necessary authentication it will return HTTP 401, but when executing on cloudflare worker I'm receiving a HTTP 526 error.
Other websites that make use of the endpoint seem to be working fine so it appears to be a cloudflare worker issue?
2 Replies
Additional details... doing a
openssl s_client -connect halostats.svc.halowaypoint.com:443, i received the attached response. Running that through ChatGPT...
This domain has been interacted with by the same worker for the past 12 months... has anything changed within Cloudflare in the last few days that would cause SSL certificate issues?and the issue has resolved itself, but its not clear as to whether CF did something or the certificate was fixed...