I reproduce the problem with the minimal Kamailio configuration (here) by adding the following lines:

/* add local domain aliases */
alias="euler.local"

/* listen addresses */
enable_tls=yes
listen=tls:192.168.0.11:5061
loadmodule "tls"
modparam("tls", "private_key", "/home/euclid/etc/certs/local/privkey.pem")
modparam("tls", "certificate", "/home/euclid/etc/certs/local/kamailio1_cert.pem")
loadmodule "db_mysql"
loadmodule "sqlops"
modparam("sqlops","sqlcon","euler=>mysql://[euclid]/euler")

Of course, other resources are needed:


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/3115/1130108018@github.com>