Cloudflare Global Network experiencing issues
821–830 of 1001 posts
Re: Cloudflare Global Network experiencing issues
#822Is it me or has there been a very noticeable uptick in large scale infra-level outages lately? AWS, Cloudflare, etc have all been way under whatever SLA they publish.
If you excuse the sloppy plot manually transcribed from market index data: https://i.xkqr.org/cyberinsurancecost.png
Re: Cloudflare Global Network experiencing issues
#823Can't even change my nameservers away from Cloudflare as Namecheap use Cloudflare!!
Re: Cloudflare Global Network experiencing issues
#824It's insane to me that big internet uptime monitoring tools like Pingdom and Downdetector both seem to rely on Cloudflare, as both of those are currently unavailable as well.
Re: Cloudflare Global Network experiencing issues
#825Interestingly, also noticing that websites that use Cloudflare Challenge (aka "I'm not a Robot") are also throwing exceptions with a message as "Please unblock challenges.cloudflare.com to proceed" - even though it's just responding with an HTTP/500.
Re: Cloudflare Global Network experiencing issues
#826Re: Cloudflare Global Network experiencing issues
#827If 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…
This is exactly what we've decided we should do next time. Unfortunately we didn't generate an API token so we are sitting twiddling our thumbs. Edit: seems like we are back online!
I surely missed a valid API token today.
Re: Cloudflare Global Network experiencing issues
#828Is it me or has there been a very noticeable uptick in large scale infra-level outages lately? AWS, Cloudflare, etc have all been way under whatever SLA they publish.
Re: Cloudflare Global Network experiencing issues
#829Is there any way to remove every SPOF? Currently I have multi-region loadbalanced servers. DNS and WAF (and the load balancer) on Cloudflare. Moving DNS elsewhere is step 1 so I'm not locked out - but then I can't use Cloudflare full stop (without enterprise pricing). Multi-provider DNS and WAF - okay I could see how that works. But what about the global load balancer, surely that has to remain a single point of fail…