Hacker News new | ask | show | jobs
by jvehent 5068 days ago
Partly true. I found the discussions on solving the cookie problem, with better session mechanism, and using binary header that are not encrypted, to be extremely interesting. Using encryption everywhere just because we should is dumb. What will happen is that we'll enforce a TLS handshake and use a NULL algorithm. Mandatory encryption will just make load balancing so much slower, and only 5/10% of the HTTP traffic inside a datacenter really deserves to be encrypted.
1 comments

So we should make encryption mandatory for the browser to endpoint connection, and optional elsewhere?