You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

DanielLC comments on Procedural knowledge gap: public key encryption - Less Wrong Discussion

3 Post author: Solvent 12 January 2012 07:35AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (18)

You are viewing a single comment's thread. Show more comments above.

Comment author: DanielLC 12 January 2012 10:54:06PM 1 point [-]

You only have to configure it because it isn't standard. If it was, anyone who had a mail client would be able to read it.

I don't just mean email. I was referring to any kind of information transfer.

What's especially odd is with webpages. I've never seen a browser that can't handle https, and yet, if you're not sending something secure, they just use http.

Comment author: arundelo 13 January 2012 12:50:14AM 2 points [-]

I've never seen a browser that can't handle https

But an HTTP server that doesn't have a unique IP address cannot use HTTPS. There are extensions to the standard that fix this problem (e.g., Server Name Indication), but they are not widely supported. (The problem stems from SSL working on a lower level of abstraction than HTTP.)