space88man 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; ```