We use Erlang for a high availability of nine nines, so long as we remember to renew our certs.
O2 outage due to expired Ericsson certificate
31–40 of 96 posts
Re: O2 outage due to expired Ericsson certificate
#32Earlier quoted context omitted.
Yes. Even then, a few years is too long, because you forget about the need for renewal. I would say that the "proper" use of certificate expiry is the way LetsEncrypt and other ACME providers do it: it's set so low that you need an automated renewal process in order to make the certificate at-all useful.
But then you need to make sure that the automated cert renewal system is still working...
Unlike cert expiry, where the first you hear about it is when your production system stops working.
Re: O2 outage due to expired Ericsson certificate
#33In the case of Ericsson, this might have allowed an emergency certificate update before all the O2 systems could no longer be automatically updated. Once your network is completely down, bringing it back up remotely is hard.
Re: O2 outage due to expired Ericsson certificate
#34Ignoring letting it expire in the first place. The surprising part is it took over 24 hours to restore service. I currently still have 3G only, and that's struggling (apparently 4G will follow).
Still only 4G here too. Apparently we can expect it to return tomorrow morning. O2 were asked if we'll be compensated. They said they'll "apologise in an O2 way" but couldn't confirm what an "O2 way" is.
See what we can do. O2.
Re: O2 outage due to expired Ericsson certificate
#35Ooh - I was wondering what the hell was going on. I assumed I had dropped the darn thing one too many times. Glad to see the HN grapevine works on wifi. It is a reminder of just how fragile this digital world still is - we are taking technology designed to survive nuclear war, and adding single points of failure. Let's look at mesh networking again.
Re: O2 outage due to expired Ericsson certificate
#36Ignoring letting it expire in the first place. The surprising part is it took over 24 hours to restore service. I currently still have 3G only, and that's struggling (apparently 4G will follow).
Still only 4G here too. Apparently we can expect it to return tomorrow morning. O2 were asked if we'll be compensated. They said they'll "apologise in an O2 way" but couldn't confirm what an "O2 way" is.
Re: O2 outage due to expired Ericsson certificate
#37Earlier quoted context omitted.
Yes. Even then, a few years is too long, because you forget about the need for renewal. I would say that the "proper" use of certificate expiry is the way LetsEncrypt and other ACME providers do it: it's set so low that you need an automated renewal process in order to make the certificate at-all useful.
But if it's automated, aren't we back to "forget about it for 25 years"?
Re: O2 outage due to expired Ericsson certificate
#38Ignoring letting it expire in the first place. The surprising part is it took over 24 hours to restore service. I currently still have 3G only, and that's struggling (apparently 4G will follow).
Still only 4G here too. Apparently we can expect it to return tomorrow morning. O2 were asked if we'll be compensated. They said they'll "apologise in an O2 way" but couldn't confirm what an "O2 way" is.
Re: O2 outage due to expired Ericsson certificate
#39Why do certificates expire? How is it acceptable to have a piece of data somewhere that contains a timebomb that must be periodically defused? I do not see how this helps security, and it is particularly ridiculous that normal behavior is that one day the system works normally and is deemed secure, and the next day it is so insecure and dangerous that communication simply fails.
Cryptography is basically a computational treadmill: you want to make it cheap enough that it's not burdensome for the actual users, but that reversing the information without the key is computationally expensive. Processing power, especially for the highly parallelizable task of grinding through potential keys, follows an exponential curve; ergo, even the present exponential gap is not a long-term protection mechani…
Re: O2 outage due to expired Ericsson certificate
#40Though companies should be doing at least a yearly audit of certificates and calendering any that will need renewing. As I'm sure they do with domain names already.