Comment on In what way am I the product when using CloudFlare's free tier?
boonhet@sopuli.xyz 4 hours agoPretty sure you can choose to decrypt on your own server so cloudflare doesn’t see unencrypted data ever.
Comment on In what way am I the product when using CloudFlare's free tier?
boonhet@sopuli.xyz 4 hours agoPretty sure you can choose to decrypt on your own server so cloudflare doesn’t see unencrypted data ever.
irmadlad@lemmy.world 3 hours ago
Indeed you can. When a user makes a request, it is sent to Cloudflare, which then routes it to your server through the tunnel. The traffic can be encrypted while in transit to Cloudflare, ensuring that their network does not inspect or decrypt the contents. Once the encrypted traffic reaches your server, you handle decryption using your own application logic. Only your server has the keys to decrypt the data, so Cloudflare remains blind to any sensitive information.