Comment on How I accidentally slowed down my nextcloud instance for months
Netrunner@programming.dev 11 months ago
I just don’t see the point of using cloudflared. Its easy to use but it just gives all your data to cloudflared in return for very little.
Moonrise2473@feddit.it 11 months ago
You can easily set SSL with a self signed certificate, they get nothing
Netrunner@programming.dev 11 months ago
Afaik, they decrypt and recrypt all traffic.
Gutless2615@ttrpg.network 11 months ago
Source?
tgxn@lemmy.tgxn.net 11 months ago
That’s just how they work. They terminate SSL, and then connect to your source server as a client, this gives them access to read anything submitted to your or any other sites they manage in the clear.
Darkassassin07@lemmy.ca 11 months ago
It’s a reverse proxy infront of you’re services. That’s fundamental to how a RP functions. Just like your own reverse proxy.
Netrunner@programming.dev 11 months ago
developers.cloudflare.com/…/tls-decryption/