miconda left a comment (kamailio/kamailio#4640)

It is indeed an approach that can be considered for the next major release, 
which also means the old style will no longer work. I am not sure at this 
moment if this impacts older Linux distro that might still have libssl 1.x. So 
it needs some careful review.

For the tls cfg reload, the approach can be switched to something similar done 
with other modules like app_lua, where each worker has to load again the lua 
script file on rpc reload: a version number is kept in shared memory, 
initialized to 0 at startup, then the rpc reload increases that one and the tcp 
main, before accepting or connecting, checks if a local version number variable 
is lower that the shared one, and in that case performs the file reload, 
setting the local version variable to the value found in shared memory.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4640#issuecomment-4047889074
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/4640/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to