Description
Applies to db_mysql
built with mariadb-connector-c; TLS is not working
Option 1: configure mariadb server to use TLS (optional)
Option 2: configure mariadb server to use TLS (mandatory)
Troubleshooting
- wireshark inspect the pcap dump of traffic to :3306 and look for ClientHello
- gdb main kamailio process and set breakpoint at
SSL_new
Reproduction
- Option 1: server advertises SSL, but db_mysql will always choose plain
- Option 2: server advertises SSL(and requires SSL), connection will fail
Additional Information
Kamailio version
—
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/3735@github.com>