it makes an immediate connection to the broker on startup

Can you run kamailio under gdb with tls_thread_mode=1 with the following script
You will need to start kamailio first as thread 1 is not started yet something like

gdb --args /usr/local/sbin/kamailo ................
break main
r

then use the following script:

break CRYPTO_THREAD_set_local thread 1
commands
bt 16
cont
end

...then continue


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/3764/1961448573@github.com>