When I start Kamailio master version that has been built on Debian 12 with default-libmysqlclient-dev depending on libmariadb-dev-compat, several warnings like this are produced: ``` 2024-06-17T14:48:27.702827+03:00 siika /usr/bin/sip-proxy[297246]: WARNING: db_mysql [km_my_con.c:187]: db_mysql_new_connection(): opt_ssl_ca option not supported by mysql version (value (null)) - ignoring ``` The only db_mysql configuration option used in the config is ping_interval.
I would expect that the warnings are not produced like it is the case when I build Kamailio branch 5.8.
Closed #3884 as completed.
There were some warning messages that should have been debug, given that not all libs support it. I pushed a commit to change to debug.
This issue was about `opt_ssl_ca option` warnings and they still show up.
Reopened #3884.
Closed #3884 as completed via be5172a84b02a1ab4fc7e97e7dc0813056302bdd.