View Issue Details

IDProjectCategoryView StatusLast Update
0005727unrealircdpublic2020-10-11 15:05
Reportersyzop Assigned Tosyzop  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version5.0.6 
Fixed in Version5.0.8-rc1 
Summary0005727: warn on expiring certificates
DescriptionIt would be nice if UnrealIRCd would warn if the SSL/TLS certificate is (about to) expire(d), since expired certs usually have a big negative impact.
Make some settings configurable, I am thinking about these defaults: warn every 6 hours if the certificate expires in less than 7 days.
Do the warning to both local and remote opers to make sure it goes noticed.
And do a similar warning on-boot, using eg config_error().

For the C API, see https://www.openssl.org/docs/man1.1.0/man3/X509_CRL_set1_lastUpdate.html (the _notAfter functions).
TagsNo tags attached.
3rd party modules

Activities

syzop

2020-10-11 15:05

administrator   ~0021808

Done in https://github.com/unrealircd/unrealircd/commit/6778b3e26d9a976bd55afac78f9fd3977f0a1fb0

Not configurable atm though.

Issue History

Date Modified Username Field Change
2020-07-28 07:23 syzop New Issue
2020-07-28 07:23 syzop Description Updated
2020-07-28 07:23 syzop Status new => acknowledged
2020-10-11 15:05 syzop View Status private => public
2020-10-11 15:05 syzop Assigned To => syzop
2020-10-11 15:05 syzop Status acknowledged => resolved
2020-10-11 15:05 syzop Resolution open => fixed
2020-10-11 15:05 syzop Fixed in Version => 5.0.8-rc1
2020-10-11 15:05 syzop Note Added: 0021808