Cloudflare: Why I left lemmy.world to join another instance
from TerdFerguson@lemmy.ca to privacy@lemmy.ca on 19 Jun 04:43
https://lemmy.ca/post/66634564

Sad to see. We should all know cloudlfare decrypts our data before it reaches the service it protects. A perfect surveillance man-in-the-middle.

I was happy to find a home in the fediverse that uses Anubis instead.

anubis.techaro.lol

#privacy

threaded - newest

vk6flab@lemmy.radio on 19 Jun 04:48 next collapse

The link you shared is to Anubis, there’s no information on who changed from one instance to another or why., other than your comment about Cloudflare.

TerdFerguson@lemmy.ca on 19 Jun 04:56 collapse

Correct. That is an accurate description of my post.

Cloudflare was the reason why I changed instances, I specifically sought one that used Anubis instead. There is no other reason why I changed instances, this is the lemmy privacy community.

artwork@lemmy.world on 19 Jun 04:57 next collapse

Anubis is meant to sit between your reverse proxy (such as Nginx or Caddy) and your target service. One instance of Anubis must be used per service you are protecting.

Source: anubis.techaro.lol/docs/admin/installation

-–

The company’s services act primarily as a reverse proxy between website visitors and a customer’s hosting provider…

Source: en.wikipedia.org/wiki/Cloudflare

I am sorry, but…

TerdFerguson@lemmy.ca on 19 Jun 05:01 collapse

Yeah, I accept your apology. Anubis self-hosted and open source. I suppose you COULD use it between Cloudflare and your service, but why WOULD you?

artwork@lemmy.world on 19 Jun 05:26 next collapse

Distributed denial-of-service (DDoS) protection…
With 500 Tbps of network capacity, Cloudflare has mitigated some of the largest DDoS attacks ever recorded, without slowing down performance for customers.

Website DDoS protection is Free in all application services plans…

Source: www.cloudflare.com/en-in/ddos/

calamitycastle@lemmy.world on 19 Jun 08:14 collapse

It’s not OPs point at all, whether or not Cloudflare is good or best at DDoS protection.

This is like arguing that everyone should only shop on Amazon because they’re cheapest and fastest.

Rentlar@lemmy.ca on 19 Jun 08:26 collapse

OP asked “why WOULD someone” use it, not why should. I think their question was answered appropriately.

FauxLiving@lemmy.world on 19 Jun 14:33 collapse

It was only answered appropriately if you ignore the context of the conversation which was a person comparing the two services by showing that they were both reverse proxies while discussing the privacy implications of Cloudflare’s reverse proxy being proprietary and privately hosted.

The person they were replying to was suggesting that there is no difference between Cloudflare and Anubis because they’re both reverse proxies. The fact that Cloudflare owns a bunch of infrastructure to mitigate DDoSs is irrelevant.

TerdFerguson@lemmy.ca on 19 Jun 15:24 collapse

Oh, you definitely got why I’m against Cloudflare…

Cloudflare has bot-mitigation built in, sure. So why would someone Anubis between their app and Cloudflare as it fulfills it’s reverese proxy role, idk. It seemed like that person was trying to explain to me where Anubis was supposed to fit in sequence here. It’s meant for the reverse proxy scenarios specificed in the example (nginx, Caddy, and others)

You are also correct. The “free” DDoS mitigation is an irrelevant argument against the privacy implications of using Cloudflare. Cloudflare isn’t the only DDoS mitigation option.

*BuT iT’s FrEe! *

Is it, really?

plutopos@lemmy.zip on 19 Jun 17:24 collapse

I accept your apology

Please log out of the internet and don’t come back until you touch some grass and/or get laid

Ghoelian@piefed.social on 19 Jun 18:44 collapse

Why? They made an entirely irrelevant comment.

That they’re proxies is not the issue, it’s that with one you have to trust some company with all your traffic, while with the other you can use your own infrastructure.

We’re in the privacy community here, suggesting cloudflare is just rediculous.

redparadise@lemmy.ml on 19 Jun 05:24 next collapse

lemmy.ml also uses Anubis!

TerdFerguson@lemmy.ca on 19 Jun 22:23 collapse

I feel like its a green flag, seeing that cartoon jackal-girl pop up with the magnifying glass for a second.

It’s surely not universally the case but it’s a positive sign to me.

AcidBurn@lemmy.dbzer0.com on 19 Jun 19:34 collapse

Was thinking about it incorrectly when I wrote this comment.

If they use SSL/TLS between their host server and Cloudflare, then Cloudflare can’t decrypt your traffic as you’re suggesting.

TerdFerguson@lemmy.ca on 19 Jun 20:20 collapse

Cloudflare is the SSL/TLS endpoint between you and the application.

When you use Cloudflare, data is encrypted between a client and Cloudflare (using ‘their’ SSL cert), they unencrypt it and inspect so they can process it, caching etc, then it’ can be encrypted between Cloudflare and the backend using your own backend certificate.

So Cloudflare can see everything, its required for them to do what they do