Earlier quoted context omitted.
I wish you good luck in court trying to get compensation for the damage you've got through a JS injection attack. Because people prefer to lock their valuables instead of constantly having to identify and sue thieves.
Not court, regulation. Wanna be a carrier? Then don't meddle with traffic. Otherwise, you are liable for all the child porn and drug trade that happen to cross your boundary.
Let's Encrypt had a higher error rate for 90 minutes today
101–110 of 115 posts
Re: Let's Encrypt had a higher error rate for 90 minutes today
#102Earlier quoted context omitted.
I wish you good luck in court trying to get compensation for the damage you've got through a JS injection attack. Because people prefer to lock their valuables instead of constantly having to identify and sue thieves.
Not court, regulation. Wanna be a carrier? Then don't meddle with traffic. Otherwise, you are liable for all the child porn and drug trade that happen to cross your boundary.
Re: Let's Encrypt had a higher error rate for 90 minutes today
#103Earlier quoted context omitted.
Not court, regulation. Wanna be a carrier? Then don't meddle with traffic. Otherwise, you are liable for all the child porn and drug trade that happen to cross your boundary.
Right, we actually agree on this. And where is regulation enforced? In courts. Who says the provider is liable? A court. This was my point: not locking your house means a lot of processing to get back to the place where you have been before - if it can ever happen. And I'd very much not go through a whole trial...
Re: Let's Encrypt had a higher error rate for 90 minutes today
#104Re: Let's Encrypt had a higher error rate for 90 minutes today
#105That explains why one of my IoT vendors is using an expired certificate. I wish Firefox would just give a mild warning for a recently expired certificate, instead of treating it the same as a true man-in-the-middle attach. It's not like someone who couldn't factor the private key in 200 days could in 201 days or even 300 days. I'm convinced that we'd have better security, if we didn't have so much security theater. Y…
But it's only the extreme warning that alerts the website (usually via a customer complaining) that the cert hasn't been renewed. Having the lesser warning just kicks the can down the road. The IoT should have updated the certs weeks in advance. If they haven't done it by day 0 then their process is broken and delaying the scary warning to say day +5 won't solve anything.
That's probably long enough for most companies to be alerted to the problem in time and to get their act together to fix the problem.
Re: Let's Encrypt had a higher error rate for 90 minutes today
#106Earlier quoted context omitted.
Revoking doesn’t really work. https://garantir.io/certificate-revocation-challenges-and-be...
Stale news. Mozilla introduced a new solution for certificate revocation that solves nearly all the problems with old methods. While it hasn't really taken off outside of Firefox, that's mostly because Google and Apple haven't embraced it because they are too busy trying to shorten certificate life unnecessarily. https://hacks.mozilla.org/2025/08/crlite-fast-private-and-co...
Thus doesn’t really work. Sadly.
Re: Let's Encrypt had a higher error rate for 90 minutes today
#107Earlier quoted context omitted.
> Questions come up: do you block a request if you fail to download the latest CRL? How often do you refresh it? In the before times we left settings like this up to competent system administrators to decide based on risk and not hardcoded by a handful of people at Google.
> competent system administrators Sorry, we don't hire those anymore. Best I can do is a YAML monkey who knows how to glue cloud services together..
Re: Let's Encrypt had a higher error rate for 90 minutes today
#108Let's encrypt is a single point of failure for a large percentage of the internet.
Hot take, but in general single points of failure are less of an issue than it seems because usually outages simply aren't that common. Meanwhile maintaining whole infrastructure to avoid single point of failure is often very expensive.
Re: Let's Encrypt had a higher error rate for 90 minutes today
#109Let's encrypt is a single point of failure for a large percentage of the internet.
No, it's not. You can always switch to a different SSL provider. There are other free ones (as mentioned in other comments). However, thinking about how to make your own setup more robust without having to manually change configuration when one SSL provider stops working is a good exercise. I wonder if you can just get your server's private key signed by multiple SSL providers, and serve multiple certificates to clie…
Re: Let's Encrypt had a higher error rate for 90 minutes today
#110Earlier quoted context omitted.
No, it's not. You can always switch to a different SSL provider. There are other free ones (as mentioned in other comments). However, thinking about how to make your own setup more robust without having to manually change configuration when one SSL provider stops working is a good exercise. I wonder if you can just get your server's private key signed by multiple SSL providers, and serve multiple certificates to clie…
Nothing is a point of failure if you can switch but that's not really true unless you have fail-over. If LE was to go nope right now, how fast could you move your stack from LE? You can't use multiple SSL certificates as redundancy. You could probably create something bespoke with a Load Balancer and SSL offloading but that's just more overhead for really nothing.