<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
hi all,<br>i have configure tls support as this link: http://www.kamailio.org/docs/tls-devel.html#id2451496<br>and i add certificate to 3CX sip phone is "cacert.pem"&nbsp; but when i register sip phone, the log file in kamailio server is :<br><br>Sep&nbsp; 9 15:13:36 appliance /usr/local/sbin/kamailio[2146]: ERROR: tls [tls_server.c:392]: SSL error:error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate<br><br>my configure in kamailio.cfg as :<br><br>modparam("tls", "tls_method", "TLSv1")<br>modparam("tls", "tls_method", "SSLv23")<br>modparam("tls", "certificate", "/usr/local/etc/kamailio//tls/user/user-cert.pem")<br>modparam("tls", "private_key", "/usr/local/etc/kamailio//tls/user/user-privkey.pem")<br>modparam("tls", "ca_list", "/usr/local/etc/kamailio//tls/user/user-calist.pem")<br>modparam("tls", "verify_certificate",0 )<br>modparam("tls", "require_certificate",0 )<br><br><br>please suggest to fix this error.<br>thanks and regards.<br>Peter Green.<br>                                               </body>
</html>