I really hope I'm not the only person who mentally groans whenever I see yet another "X considered Y" clickbait title. It's the tech equivalent of "this one weird trick" or "X Happened And You Won't Believe What Happened Next".
SSL considered bloated
31–40 of 60 posts
Re: SSL considered bloated
#32Re: SSL considered bloated
#33 https-server
Will give you: https://certsimple.com/images/blog/localhost-ssl-fix/trusted...Re: SSL considered bloated
#34SSL/TLS is bloated but that's not a reason not to use it. Rather it's a reason we need some TLSv2 that just removes the crap and focuses only on three encryption/authentication modes: * Desktop: High throughput, lots of CPU, minimal latency * IoT: small throughput, very little CPU, latency acceptable * Mobile: small to medium throughput, some CPU, minimize latency A lot of bloated protocols are still good, they're bl…
Re: SSL considered bloated
#35a) it uses an old version of SSL to serve up its admin page
b) all modern browsers refuse to load that page and no longer offer an override
I had to dig up and load an old unpatched browser so I could turn off SSL completely on my router so I can continue to administer it. Am I more secure now? I'm not sure.
Re: SSL considered bloated
#36No major browser will be supporting the insecure mode of http/2. I don't think I'm alone in thinking that is a good thing. I like to know that the page I'm interacting with hasn't been tampered with, whatever website I'm on. Nefarious certificate authorities aside, TLS is the way to do that.
Besides, connections (especially mobile) are getting faster all the time. I'd say encouraging better connectivity is a more worthwhile pursuit than allowing everyone to turn off TLS.
Re: SSL considered bloated
#37Re: SSL considered bloated
#38There is, at least in corp environments. We have, via proxy.pac, a couple of ordinary proxies which act as regular cachers with low TTL, and additionally a huge (read: multiple TB storage) proxy which caches with extremely high TTL the auto-updaters from Apple, MS, Debian, Ubuntu as well as the media CDNs of some major newspapers.
It works because our machines have its CA certificate locally installed.
Re: SSL considered bloated
#39SSL/TLS is bloated but that's not a reason not to use it. Rather it's a reason we need some TLSv2 that just removes the crap and focuses only on three encryption/authentication modes: * Desktop: High throughput, lots of CPU, minimal latency * IoT: small throughput, very little CPU, latency acceptable * Mobile: small to medium throughput, some CPU, minimize latency A lot of bloated protocols are still good, they're bl…
I'd say more can be won by removing e.g. ASN.1 and X.509 for certificate handling and encoding that are a very difficult (impossible?) to get right and switch to something simple that solves the 99% use case of current TLS.
Re: SSL considered bloated
#40Text-based protocols are the greatest thing that UNIX brought to the world. There should be more of them, especially in security sensitive areas.