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

  1. wireshark inspect the pcap dump of traffic to :3306 and look for ClientHello
  2. gdb main kamailio process and set breakpoint at SSL_new

Reproduction

  1. Option 1: server advertises SSL, but db_mysql will always choose plain
  2. 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>