Hacker News new | ask | show | jobs
by superkuh 2062 days ago
Self-signing is exactly what I've done for all my sites.

But browsers are getting more and more restrictive about what they will allow their users to see. Right now technically ignorant people will be so confused and frightened by warnings they click away. That's okay, I don't care about those people. But for many it's a deal breaker. I give it about 3 years before the big corporate browsers stop allowing HTTP at all. Search engines already deprioritize HTTP and eventually they'll just delist. And it won't hurt their income one bit.

The number of sites that don't HTTP and just 304 to HTTPS is already frightening.

1 comments

Good. It's more important to cater to general privacy/security than to the kind of guy that already has a server running but can't be bothered to install certbot.

For a non-expert setting up a website from scratch, they can get the whole stack set up automatically and it won't make a difference to them. Especially since they're probably on shared hosting; shared hosting is much closer to the ideal of having the website be a folder of html than running an entire server.

Sure, as long as we have the tooling available for students to get there too (which, I think we do, or pretty quickly can).