Ask HN: When are we finally going to start defaulting to TLS/SSL?
https://news.ycombinator.com/item?id=6925477Considering all the recent controversy regarding government programs that analyze and store your HTTP traffic (and potentially malicious and immoral ISPs that sell it to 3rd parties), is there a good reason why there are still websites that don't use TLS/SSL? Whenever I see a website that uses unencrypted HTTP it makes me feel nervous and even disinclined to use it. Furthermore, if your website requires me to register/log in via an insecure connection, I simply won't use it - no matter how good it might be. I'm sure there are many hackers out there that feel the same way.
Some people argue that if your key-pair is compromised that TLS doesn't really mean a whole lot. While that is true, there are still key exchange mechanisms that guarantee perfect forward secrecy such as discrete logarithm Diffie-Hellman and elliptic curve Diffie-Hellman.
Pretty much all modern browsers support these ciphersuites and enabling them on the server shouldn't really be a big deal. Is there a GOOD reason why we aren't defaulting to these modes nowadays? (Ignorance and laziness don't count).
If you own and maintain a website, please enable TLS - at the very least.