|
|
|
Cloudflare “Flexible” SSL Misleading
|
|
3 points
by boomer918
1671 days ago
|
|
Cloudflare Flexible SSL mode encrypts traffic between the client and Cloudflare but it forwards that data to the origin server unencrypted over the public internet. Isn't this misleading? The client thinks their traffic is safe, but it ends up being exposed? Doesn't this defeat the purpose of SSL and browser certificate validation? |
|
1. It protects the privacy of the client still. Nobody can tell which page a given IP address is looking at on a site, since once the traffic is decrypted, it's no longer associated with the originator.
2. Most snooping and MITM attacks happen towards the client end of the connection, which this would protect from.
It's definitely not appropriate for sending sensitive data like credit card numbers, though.