Differences between revisions 1 and 2
Revision 1 as of 2015-06-11 18:10:30
Size: 1744
Editor: SamatJain
Comment: Roy Fielding
Revision 2 as of 2018-08-13 23:49:38
Size: 1877
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= SSL sucks =
Line 9: Line 11:

= Tooling =

 * [[https://github.com/FiloSottile/mkcert|mkcert]]: Creates valid certificates for localhost use

SSL sucks

Various clips about why SSL sucks (or doesn't suck).

Roy Fielding

From https://www.ietf.org/mail-archive/web/ietf/current/msg93416.html, paraphrased by Mike Linksvayer:

  • TLS does not provide privacy. What it does is disable anonymous access to ensure authority. It changes access patterns away from decentralized caching to more centralized authority control. That is the opposite of privacy. TLS is desirable for access to account-based services wherein anonymity is not a concern (and usually not even allowed). TLS is NOT desirable for access to public information, except in that it provides an ephemeral form of message integrity that is a weak replacement for content integrity. If the IETF wants to improve privacy, it should work on protocols that provide anonymous access to signed artifacts (authentication of the content, not the connection) that is independent of the user's access mechanism. I have no objection to the IESG proposal to provide information *also* via https. It would be better to provide content signatures and encourage mirroring, just to be a good example, but I don't expect eggs to show up before chickens. However, I agree with Tony's assessment: most of the text is nothing more than a pompous political statement, much like the sham of "consensus" that was contrived at the Vancouver IETF. TLS everywhere is great for large companies with a financial stake in Internet centralization. It is even better for those providing identity services and TLS-outsourcing via CDNs. It's a shame that the IETF has been abused in this way to promote a campaign that will effectively end anonymous access, under the guise of promoting privacy.

Tooling

  • mkcert: Creates valid certificates for localhost use

SamatsWiki: SSL (last edited 2018-08-13 23:49:38 by SamatJain)