Hi Daniel, thanks for helping troubleshoot the issue.
I have Kamailio v4.4 with Debian 8 working with TLS on other servers and we have had 0 problems (OpenSSL v1.0)
If I install the kamailio 5 nightly deb build from tomorrow, would your latest patch be applied? Or should I manually compile from master branch?
Also, for some reason I had a feeling it could be OpenSSL 1.1, Debian 9 seems to have OpenSSL 1.0 also:
``` root:~# dpkg -l | grep libssl ii libssl1.0.2:amd64 1.0.2l-2 amd64 Secure Sockets Layer toolkit - shared libraries ii libssl1.1:amd64 1.1.0f-3 amd64 Secure Sockets Layer toolkit - shared libraries root:~# ```
Can I build Kamailio deb package from the sources, compiling with the ssl v1.0 version instead of v1.1, and then install that resulting deb package and wait and see if the problem reproduces?
Let me know what you think.