|
|
|
|
|
by superkuh
1313 days ago
|
|
>browsers can still talk HTTP/0.9 and HTTP/1.0 For now. It won't be too many years before the mega-corp browsers not only drop early HTTP support but they drop HTTP/1.1 too. They'll do this in the name of "security". And then all that Chrome based browsers will support will be their very own invented and open-washed QUIC in the form of HTTP/3 and hosting a personal website visitable by a random person will not be possible without continued permission from an incorporated entity. HTTP/3 implementations by Google so far have made it so that Chrome CANNOT establish a connection without a proper certificate authority based TLS certificate. I give this change about 3 years. You can argue that you can always get a CA TLS cert from another entity if, say, the incredible centralization of all the personal web into LetsEncrypt somehow goes bad. True enough, but if the pressure group can pressure LE it can probably pressure $otherCA too. And frankly, having to get the continued approval of any incorporated entity to host a website is just not acceptable. LE is currently a benign overlord for good on the web. So was dot Org for many years. But if it's made valuable enough the pressure and corruption will come. |
|
http/3 is multiplex by default, which lends itself much better to RPC (love it or hate it), and is designed to perform much better over choppy network connections (cellular).
also there is really no good reason to not be on https these days. first, chrome uses system certificate trust stores, and OSes still ship with a healthy set of root CAs. second, LE is only popular because creating certs with literally anyone else (except the cloud providers) is expensive and a huge pain in the ass...but you can still get your own shiny cert issued by DigiCert or whomever. third, every web server has made enabling https on vhosts really easy and almost all servers run on CPUs which do hw-accelerated crypto, so performance hits are negligible these days. fourth, i would personally much rather get a SSL warning when the site I'm visiting isn't who they say they are than get a site that's modified in transit silently without me knowing.
the only thing i use http for these days are super simple local dev sites or for my dummy page for detecting captive portals.
the change that really worries me is chrome going all in on neutering adblockers through manifest v3. that feels hugely anti-consumer to me.