View Issue Details

IDProjectCategoryView StatusLast Update
0002598unrealircdpublic2005-11-11 03:15
ReporterCnils Assigned Tostskeeps 
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionwont fix 
PlatformanyOSanyOS Versionany
Product Version3.2.3 
Summary0002598: Reload SSL certificates at rehash
DescriptionI'd like to see SSL certificates to be reloaded at a rehash. Any reason why it's not done as it is? The advantage would be that I can replace expired certs with new ones without restarting the ircd.
TagsNo tags attached.
3rd party modules

Activities

Stealth

2005-07-25 00:16

reporter   ~0010244

IIRC, SSL certs need a restart to reload because all the SSL clients need to disconnect to reload the SSL cert... So in a way, this is impossible unless Unreal /kill's all the SSL clients before reloading the cert.

stskeeps

2005-11-11 03:15

reporter   ~0010697

Bugz's right on this one, but hmm. The way it's done in the code it's not possible, since it's a bitch to turn that ship about, because of the server socket context etc. It makes more sense to not touch this topic, and just run a restart. Your SSL certificates expires should match with when you should upgrade Unreal etc ;)

Issue History

Date Modified Username Field Change
2005-07-24 16:51 Cnils New Issue
2005-07-25 00:16 Stealth Note Added: 0010244
2005-11-11 03:15 stskeeps Note Added: 0010697
2005-11-11 03:15 stskeeps Status new => resolved
2005-11-11 03:15 stskeeps Resolution open => wont fix
2005-11-11 03:15 stskeeps Assigned To => stskeeps