Cloudflare Global Network experiencing issues
871–880 of 1001 posts
Re: Cloudflare Global Network experiencing issues
#872I host everything on Linode (have for over a decade) and am never caught up in these outages.
Re: Cloudflare Global Network experiencing issues
#873Re: Cloudflare Global Network experiencing issues
#874How did we get to a place where either Cloudflare or AWS having an outage means a large part of the web going down? This centralization is very worrying.
Re: Cloudflare Global Network experiencing issues
#875How did we get to a place where either Cloudflare or AWS having an outage means a large part of the web going down? This centralization is very worrying.
Re: Cloudflare Global Network experiencing issues
#876How did we get to a place where either Cloudflare or AWS having an outage means a large part of the web going down? This centralization is very worrying.
Re: Cloudflare Global Network experiencing issues
#877If anyone needs commands for turning off the CF proxy for their domains and happens to have a Cloudflare API token. First you can grab the zone ID via: curl -X GET "https://api.cloudflare.com/client/v4/zones" -H "Authorization: Bearer $API_TOKEN" -H "Content-Type: application/json" | jq -r '.result[] | "\(.id) \(.name)"' And a list of DNS records using: curl -X GET "https://api.cloudflare.com/client/v4/zones/$ZONE_ID…
-H "X-Auth-Email: $EMAIL_ADDRESS" -H "X-Auth-Key: $API_KEY"
instead of the Bearer token header.Edit: and in case you're like me and thought it would be clever to block all non-Cloudflare traffic hitting your origin... remember to disable that.
Re: Cloudflare Global Network experiencing issues
#878How did we get to a place where either Cloudflare or AWS having an outage means a large part of the web going down? This centralization is very worrying.
Re: Cloudflare Global Network experiencing issues
#879>A spokesperson for Cloudflare said: “We saw a spike in unusual traffic to one of Cloudflare’s services beginning at 11.20am. That caused some traffic passing through Cloudflare’s network to experience errors. While most traffic for most services continued to flow as normal, there were elevated errors across multiple Cloudflare services.
>“We do not yet know the cause of the spike in unusual traffic. We are all hands on deck to make sure all traffic is served without errors. After that, we will turn our attention to investigating the cause of the unusual spike in traffic.”
https://www.theguardian.com/technology/2025/nov/18/cloudflar...
Re: Cloudflare Global Network experiencing issues
#880Our national transit agency is apparently a customer. The departure tables are borked, showing incorrect data, the route map stopped updating, the website and route planner are down, and the API returns garbage. Despite everything, the management will be pleased to know the ads kept on running offline. Why would you put a WAP between devices you control and your own infra, God knows.
Checkbox security says a WAP is required and no CISO will put their neck on the line to approve the exemption.