|
|
|
|
|
by jackewiehose
2225 days ago
|
|
> it's wrong to insist as you do that there's no benefit without them. Ok, that wasn't really my intention. I was stating that a false
sense of security is worse than having (knowingly!) no security
at all. So yes I agree, you're generally better off even with untrusted
encryption but that doesn't help in practical terms with our
current situation of HTTPS in web-browsers. Maybe it would have
been better if web-browsers would have just silently accepted
self-signed certificates while still showing the big red warning
about an insecure connection. I guess that will be solved with
QUIC/HTTP3. |
|
Agreed. If you know that you are insecure you're less likely to pass sensitive information over the connection.
IMO the culprit is browser behavior. For instance, when visiting unencrypted HTTP sites in Chrome you may or may not notice an unobtrusive, greyed out "Not Secure" label in the URL bar. Visit your own self-signed certificate dev site though, and Chrome will give you an error wall with nothing to click, and you have to type "thisisunsafe" to pass (the page does not tell you that typing "thisisunsafe" will get you through).
Perhaps the reasoning is that if a site is served unencrypted it shouldn't be serving sensitive information, whereas an invalid certificate is an easy indicator of something amiss... but wow, talk about obtuse.
Your concern is definitely valid though, and I'm concerned about it too.