schneuwlym left a comment (kamailio/kamailio#4185)

Can you try the following code tweak on master/5.8 branch :

In tls_init.c - around line 822

   tls_h_mod_randctx(NULL); //  add this line!
   tls_mod_preinitialized = 1; // approx line 822:
    return 0;

This extra function call enables locking (at the expense of speed).

Hi space88man

Thanks for your reply.

I've patched our Kamailio with the mentioned line, but unfortunately, it still blocks after a few seconds.

Regards
Mathias


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4185/2862308788@github.com>