8 ms·
The way the author begins the article makes you think Google is trying to s/HTTP/$NEW_PROPRIETARY_PROTOCOL/, although they just mean s/HTTP/HTTPS/.
by geonnave 3y ago
The way the author begins the article makes you think Google is trying to s/HTTP/$NEW_PROPRIETARY_PROTOCOL/, although they just mean s/HTTP/HTTPS/.
- forgotmypw17 3y agoHTTPS may not be proprietary, but it comes with many of the same drawbacks: central control, lack of transparency, more difficult to debug, and less accessible in many circumstances.
- SahAssar 3y ago> central control What central control? Your browser uses a trust store and there are multiple independent (but collaborating) groups that decide what CA:s to trust. The rest of your supposed drawbacks seem like they would be the same in any system with encryption, right?
- forgotmypw17 3y agoYou rely on one of several central authorities to grant a user access to your website (or be faced with a scary message about your site being insecure). Just because you can choose from one of several central authorities doesn't change the fact that you are reliant on them to authorize the user's ability to establish a network connection with you.
- SahAssar 3y agoThat means it is more like federated control IMO.
- forgotmypw17 3y agoWhatever you want to call it, it creates extra complexity, failure modes, and barriers to information access.
- xg15 3y agoTrue, Google's attempts at pushing SPDY and QUIC came later...
- SahAssar 3y agoThose are not proprietary and have multiple independent implementations and are supported by all major servers and clients.