On a different report that I investigated with Xenial and latest libssl security upgrade
it seemed to be some conflict with libmysqlclient using tcp/tls connection over IP socket.
Is your kamailio connectiong via IP socket to mysql server (dbhost is 127.0.0.1 or other
ip)? If yes, and myslq server is on the same host, can you test with dbhost being
`localhost`, which makes the mysql client lib to use the unix socket file for
connectivity.
Checking this will sort out if it is somehow a related issue or something different. For
the other case, when using unix socket file for mysql connectivity, all runs fine on
Xenial with latest libssl.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2274#issuecomment-627829563