Earlier quoted context omitted.
At least in my case network provided DNS are the worst, Full of spyware, and tracking.
How can DNS be "full of spyware"? Or are you saying that it is used for spying on you? But anyway, it is your decision to use them - you can use 1.1.1.1 (CloudFlare), 8.8.8.8 (Google - if you don't mind the tracking) or any other DNS provider.
Firefox 83 introduces HTTPS-Only Mode
171–180 of 525 posts
Re: Firefox 83 introduces HTTPS-Only Mode
#172Not every web service is easy to set up with HTTPS as a simple Let's Encrypt service. Take a game. It dynamically balances between servers rented and destroyed on the fly. It needs a wildcard DNS certificate. Then all the sub-servers need to have that wildcard certificate. In conclusion, deprecating HTTP makes it harder for people to get started on the web. How are you going to get certificates for IP address' contro…
But I'd say that anyone that has an operation so big that it dynamically creates and destroys servers to balance load should probably already be paying for their own wildcard cert anyhow.
Re: Firefox 83 introduces HTTPS-Only Mode
#173Hot take: HTTPS-only mode is a bad idea if it is not paired with first-class support for self-signed certificates authorized using DANE+DNSSec. It just forces everyone to use broken/redundant CA model.
Re: Firefox 83 introduces HTTPS-Only Mode
#174Earlier quoted context omitted.
yes it is. someone has to give you a certificate which the users browser accepts. even if its free today. lets say a simple website which someone uses to display some holiday pictures. why would we need https here, if there is no login or anything like that? it just adds an extra hurdle for not so tech-savvy users and increases the trend to abolish small private websites.
If my choices are to implement a security control which forces a layer of security, or forgo that security control so Alice can upload her Holiday pictures to a host which doesn’t support HTTPS either, I know which one I’ll pick. Alice should either host her photos on Instagram, or learn how to run letsencrypt. The day where certs are no longer freely obtainable is the day another self governed free TLS provider will…
Both leading to further centralisation of the Internet.
> by providing installers to inject CAs into system cert stores
That's already pointless on Android, user-installed CAs are ignored by default unless an app developer opts in to using them.
Once we go down this path there's no turning back to the user-centric Web of the 1990s / 2000s
Re: Firefox 83 introduces HTTPS-Only Mode
#175- Links2 (in graphics mode) — main, for fully no-JS browsing;
- Pale Moon* (in Private mode) — main, for browsing w/ & w/o JS;
- Firefox — for curious reasons if target website is not working in Links2 & Pale Moon.
In last year I used Firefox maybe twice, as Links2 & Pale Moon.
As for Android mobile:
- Termux app + Links2 (in non-graphics mode) — main for fully no-JS browsing;
- Prvacy Browser — main, for browsing w/ & w/o JS;
- DuckDuckGo Browser — for curious reasons if target website is not working in Termux/Links2 & Privacy Browser.
P.S. In conclusion, happy to see Firefox is still growing, but every release just brings many "hardcoded" features that, as for me, should not be "hardcoded" in free & open-source browser.
Re: Firefox 83 introduces HTTPS-Only Mode
#176Earlier quoted context omitted.
I've always assumed any device or program I don't control will bypass anything I tell it to use and tunnel all it's evil traffic. It does feel the world is moving away from a multi-level network to run everything over TLS/TCP (and probably eventually mainly TLS/UDP), taking away the power from me as a network and device owner, and giving it to the developers
If only the OS could terminate TLS and allow to filter decrypted traffic locally.
Re: Firefox 83 introduces HTTPS-Only Mode
#177Earlier quoted context omitted.
DoH changes who gets all your DNS traffic from your ISP and your router to (in practice) a single central DoH provider. Which of those you trust least depends on who you are.
Can a user use multiple (fallback) DNS-over-HTTPS providers? Do the DoH providers supply fallbacks (which iirc most DNS providers do)?
Re: Firefox 83 introduces HTTPS-Only Mode
#178HTTP is insecure, but will run forever.
This move will literally kill the old web.
Re: Firefox 83 introduces HTTPS-Only Mode
#179Re: Firefox 83 introduces HTTPS-Only Mode
#180awww crap - I've got loads of low-traffic websites that don't need https[1] that I'm now going to have to spend time sorting out certificates for. To be honest, it's about time that cert enablement is built into all web server configs (on all OSs) as a native feature instead of having to manually roll the config using this-weeks-currently-preferred letsencrypt script. --- [1] Yes, yes, I know everyone on HN prefers e…
It feels like we're slowly getting there! +1 for Caddy for making HTTPS a surprisingly pleasant process. My home router and NAS also support (and enable) Letsencrypt out of the box, which was a nice surprise.