Entrance Chat Gallery Guilds Search Everyone Wiki Login Register

Welcome, Guest. Please login or register. - Thinking of joining the forum??
November 18, 2025 - @925.45 (what is this?)
Activity rating: Four Stars Posts & Arts: 59/1k.beats Unread Topics | Unread Replies | My Stuff | Random Topic | Recent Posts Start New Topic  Submit Art
News: :seal: Thank you for today! :seal: Guild Events: Melon Jam 2025

+  MelonLand Forum
|-+  World Wild Web
| |-+  ☞ ∙ Life on the Web
| | |-+  cloudflare outage!!


« previous next »
Pages: [1] Print
Author Topic: cloudflare outage!!  (Read 132 times)
AnIzzi0t
Jr. Member ⚓︎
**
View Profile WWWArt


hey there folks :d
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: anizzi0t

Guild Memberships:
Artifacts:
honseGet Peeped AGAINThe Soup Awardmiku!!!!!Joined 2025!
« on: Today at @610.32 »

so, while messing around on the web, downloading movies and music and such, i went to my favorite downloader directory: fmhy.net (free media heck yeah.net) and its down! no biggie, the server goes down for maintenance a ton, its fine. but when i go to some of the tabs i have bookmarked that have downloaders on them, they're down too! apparently cloudflare is down, so that takes about... 1/3rd of my fave sites off the web for a while.
outage reports are going down, but theres not yet a sign that it'll be back online soon :sad: is there anyone here who knows any more about this topic?
edit: here's what the error screen looks like
« Last Edit: Today at @613.22 by AnIzzi0t » Logged

:mark: "Whew! That was close!" :mark:

Status Cafe Profile

Artifact Swap: Dragon CreatureBlob CreatureBUCKET :Dwhy he sadClown :DmaggieUSA
Melooon
Hero Member ⚓︎
*****
View Profile WWWArt


So many stars!
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
ball ;-;Known Apple shillcoolest melon on the web!Emergency feel-good teaa silly heart 4 melon :)Hyperactive Donut
« Reply #1 on: Today at @673.75 »

Cloudflare is a web delivery service, they have half the web traffic going through their servers; this ones big enough to be in mainstream news, Twitter and ChatGPT are currently entirely offline.

I personally think cloudflare reliability is so low that I would not accept it for this tiny forum, I dunno how big companies allow it to to used  :drat:

It'll all come back in a few hours though  :smile:
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered

Artifact Swap: I met Dan Q on Melonland!poochSlow CreatureIce StoneLasagna
IndigoGolem
Jr. Member ⚓︎
**
View Profile WWW


⛺︎ My Room

Artifacts:
Joined 2025!
« Reply #2 on: Today at @724.93 »

Is this related at all to the Amazon Web Services thing a month ago? It seems weird that suddenly the Web is breaking in more places than usual.

It's hard to know sometimes if the world is actually suddenly falling apart faster or if i'm just more aware of it than i was as a more carefree kid.
Logged

Melooon
Hero Member ⚓︎
*****
View Profile WWWArt


So many stars!
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
ball ;-;Known Apple shillcoolest melon on the web!Emergency feel-good teaa silly heart 4 melon :)Hyperactive Donut
« Reply #3 on: Today at @757.82 »

if the world is actually suddenly falling apart faster

Maybe not the world (though things are not super rosy there atm), but the web definitely is having more large scale outages  :ohdear:  What's happened over the last 10 years is that more websites that used to be independently hosted with their own teams of webdevs and their own servers are now all using the same super-large services like AWS and Cloudflare to make their websites work. They do that because its cheaper and easier to outsource the work and the infrastructure, but it also means that there are now 3-4 HUGE fail points on a ridiculously vast amount of the web.

Its an extremely unstable system and I really don't think its sustainable; if I was a large company I'd be panic buying my own server hardware now, and hiring people to maintain it because in a few years everyone is gonna be doing that.

As an individual there's not much you need to worry about, but expect cloud services to become less reliable, and follow general indie-web practices of archiving and having local backups of all your stuff if you wanna avoid the annoyance of a downed service!  :pc:
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered

Artifact Swap: I met Dan Q on Melonland!poochSlow CreatureIce StoneLasagna
Dan Q
Full Member ⚓︎
***
View Profile WWWArt


I have no idea what I am doing
⛺︎ My Room
Itch.io: My Games
RSS: RSS

« Reply #4 on: Today at @762.87 »

Is this related at all to the Amazon Web Services thing a month ago? It seems weird that suddenly the Web is breaking in more places than usual.

Probably a coincidence. Possibly state cyber-terrorism... but probably not.

I think it's story-time...

Story Time: The Day I (Thought I) Broke The Entire Internet

Back in 2002 I was teaching myself BIND, which up until relatively recently was the way to manage DNS. I'd been teaching myself DNS and BIND with the help of a more-experienced friend, but this one particular day was my first time "flying solo".

There's one thing you need to know about BIND: it's really unforgiving. You miss a period at the end of a line that was supposed to have one? You've just trashed your DNS. Fail to correctly increment your zone version? You've just trashed the cache and maybe half the Internet can't reach your site any more. You make a mistake with something fundamental like a nameserver or a glue record and you can break your domain for hours or days. Nowadays DNS software is a lot better at detecting errors and warning you before you screw things up (especially with friendly tools like PowerDNS, not to mention the lovely Web-based tools people offer nowadays), but back in 2002 it... wasn't so user-friendly yet.

So I was really careful. I checked everything thrice. Nonetheless, I was sweating at least a little when I saved my changes and reloaded BIND. I changed my domain configuration, hit reload, and tried my new subdomain.

Nothing.

Not a good start. So I tried my primary domain, which I hadn't intended to change.

Nothing.

Oh damn, that's not good. I tried another domain hosted by the same DNS server.

Nothing.

Well this is getting worse. So I fired up my XMPP app to try to reach out to my mentor... but it won't connect.

Is my home Internet connection down? No: I've got an SSH session open and it's still working fine. But I can't make new connections.

I'm sure that at this moment all the blood drained from my face. Had I somehow... broken the Internet?

A few more tests confirmed that connectivity was fine if I knew or had cached the IP address I wanted, but I couldn't do DNS lookups for most domains. Not just mine, but 50%+ of the Internet.

Oh my god... I was warned that I could break things if I did BIND carelessly. I didn't know I could break everything. At this point I was having flashbacks to a time a decade earlier when I built my first beige box and, while playing about, knocked out all the telephones in my dad's neighbourhood. How much trouble would I be in for breaking the whole damn Internet?

I probably didn't start breathing normally again until an hour later when I learned that I'd coincidentally made my changes right at the same time as a major cyber-attack took down 9 of the 13 master root DNS servers for the entire Internet. For most users, local (computer, router, ISP, etc.) DNS caching hid the scope of the attack, but I was bypassing all the caches while I was testing my own configuration, and that meant that I was putting myself right in the middle of the damage. It wasn't me at all... it was just a coincidence.

But for a heartstopping hour in 2002, I thought I might have broken the entire Internet.
Logged


Artifact Swap: Bananas are better than tomatos!PolyamoryJoined 2025!Lurby
Dan Q
Full Member ⚓︎
***
View Profile WWWArt


I have no idea what I am doing
⛺︎ My Room
Itch.io: My Games
RSS: RSS

« Reply #5 on: Today at @765.51 »

but the web definitely is having more large scale outages  :ohdear:  What's happened over the last 10 years is that more websites that used to be independently hosted with their own teams of webdevs and their own servers are now all using the same super-large services like AWS and Cloudflare to make their websites work. They do that because its cheaper and easier to outsource the work and the infrastructure, but it also means that there are now 3-4 HUGE fail points on a ridiculously vast amount of the web.

100% this.

Don't be part of the problem! If you can choose, don't host on AWS, Azure, or GCloud; don't cache with CloudFlare.

The Internet was built to be resilient because it's a network. Companies who choose to centralise their stack on the same four systems as everybody else are actively working against the Internet's resilience.
Logged


Artifact Swap: Bananas are better than tomatos!PolyamoryJoined 2025!Lurby
starbreaker
Hero Member ⚓︎
*****
View Profile WWW


What good is Heaven if we dare not storm it?
⛺︎ My Room
SpaceHey: Friend Me!
RSS: RSS

Artifacts:
Great Posts PacmanFirst 1000 Members!G4 Club Member!Joined 2023!
« Reply #6 on: Today at @795.42 »

Ah, good old Clownflare. Nothing wrong with it that can't be fixed with Federal antitrust persecution, or by website operators accepting that downtime -- like shit -- sometimes just happens. Sure, a CDN like Clownflare can protect you from a low-level DDOS, but if a DDOS can take Clownflare down, then you're still screwed. And this probably wasn't a DDOS, this was somebody on the inside screwing up royally. There's no protection against that, either.
Logged



as all kingdoms fall, let my will be done on earth, and heaven be damned
Dan Q
Full Member ⚓︎
***
View Profile WWWArt


I have no idea what I am doing
⛺︎ My Room
Itch.io: My Games
RSS: RSS

« Reply #7 on: Today at @824.22 »

The thing that gets me is the entirely anticipatable/mitigatable knock-on effects.

Like: all those websites that use FontAwesome icons via the CDN? Their icons are down, because the FontAwesome CDN is hosted by CloudFlare.

And there's absolutely no reason for it. Just download the icons onto your own server! Then any time your site is up, your dependencies are up too.

Long ago there used to be reasons to shard out your fonts and JS. Edge caching. Cacheability of common assets between websites. Multi-domain threaded performance. Every single one of those arguments except edge caching is dead in the water nowadays (and the edge caching one is pretty pointless if you don't also have edge caching for your site itself as well (your content is the killer bottleneck for most sites!).

And using a CDN introduces huge risks. Supply chain attacks. Firewall blocks. Privacy-destroying data-mining by big CDN providers. And, of course, the risk that your site can go "half-down" (which, if you lose a key JS library, can mean "all the way down") even when your server itself is fine.

Most of the time, for most people, using a CDN is just manually introducing an extra single-point-of-failure to your stack, and a whole lot of other problems too. I don't understand why, in the 2020s, so many companies still do it!

Okay, rage over.
Logged


Artifact Swap: Bananas are better than tomatos!PolyamoryJoined 2025!Lurby
Pages: [1] Print 
« previous next »
 

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021 | Privacy Notice | ~ Send Feedback ~ Forum Guide | Rules | RSS | WAP | Mobile


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi