Hacker News new | ask | show | jobs
by shuntress 825 days ago
> no ssl certificate because?

This is way beside the point but there is nothing inherently wrong with unsecured plain http traffic if you aren't accepting user information over that connection (such as a name/password, auth token or whatever).

2 comments

True, but based on the remainder of the page, my guess is that they found some correlation between SSL and the Mark of the Beast or the New World Order or some other craziness.
SSL also protects against certain classes of third party snooping and injection. It's nice knowing that every piece of networking gear between me and the server doesn't know what I'm reading. Hell, I've seen ISPs inject ads into non-secure pages.

There are also networking policies that prevent non-https connections, so you could be accidentally blocking out users on a strictly managed device.