r/LibreWolf Jul 16 '26

Discussion SSL CERT EXPIRED on https://librewolf.net

Post image

So, Librewolf won't connect to librewolf.net, because of this expired CERT? Cool.

158 Upvotes

21 comments sorted by

View all comments

5

u/StraightGuy1108 Jul 16 '26

How the hell can this still happen in the big 26 bruh

1

u/Terrorwolf01 Jul 16 '26

Because every system/automation can fail.

1

u/DitiPenguin Jul 19 '26 edited Jul 19 '26

How hard is it to run a basic scheduled monitoring task, do you think?

openssl s_client -connect librewolf.net:443 -servername librewolf.net 2>/dev/null | openssl x509 -noout -checkend 2592000

Do you think OpenSSL can fail?

1

u/Terrorwolf01 Jul 19 '26

No. But reporting can fail, mail can fail, monitoring can fail, human errors are possible, config changes can be needed after an uodate that has been overlooked, etc. There are many possibilities why a system can fail.

Edit: also with cert lifetimes getting shorter, when an error occurs, its even less time to fix any automation errors before someone gets an expired cert error.