Live data from Hacker News

Cloudflare Global Network experiencing issues

cloudflarestatus.com

871–880 of 1001 posts

Re: Cloudflare Global Network experiencing issues

#872

I host everything on Linode (have for over a decade) and am never caught up in these outages.

Linode has been rock solid for me. I wanted to back this comment with uptime numbers, unfortunately the service I use for that, Uptime Robot, is down because of Cloudflare...

Re: Cloudflare Global Network experiencing issues

#874

How 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.

Currently at the public library and I can't use the customer inventory terminals to search for books. They're just a web browser interface to the public facing website, and it's hosted behind CF. Bananas.

Re: Cloudflare Global Network experiencing issues

#875

How 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.

Don't forget the CloudStrike outage: One company had a bug that brought down almost everything. Who would have thought there are so many single points of failure across the entire Internet.

Re: Cloudflare Global Network experiencing issues

#877

If 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…

Also, for anyone who only has an old global API key lying around instead of the more recent tokens, you can set:

  -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

#878

How 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.

because efficiency trumps redundancy in the short term, which is all that matters in a super competitive environment.

Re: Cloudflare Global Network experiencing issues

#879
Quote from The Guardian's story:

>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

#880
post #787

Our 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.

> Why would you put a WAP between devices you control and your own infra

Checkbox security says a WAP is required and no CISO will put their neck on the line to approve the exemption.

Post reply on HN