this post was submitted on 19 Jun 2026
28 points (78.0% liked)

privacy

10004 readers
108 users here now

Big tech and governments are monitoring and recording your eating activities. c/Privacy provides tips and tricks to protect your privacy against global surveillance.

Partners:

founded 4 years ago
MODERATORS
 

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.

https://anubis.techaro.lol/

you are viewing a single comment's thread
view the rest of the comments
[–] AcidBurn@lemmy.dbzer0.com 1 points 7 hours ago* (last edited 6 hours ago) (1 children)

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 1 points 6 hours ago* (last edited 6 hours ago)

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