Hi,<br><br>I would like a litle help :D!<br><br>I installed kamailio and everything is ok :D! But i want to use TLS, but when i&nbsp; setup TLS in kamailio, don&#39;t work the REGISTER (i can&#39;t register my sofphone ...). And i compliled kamilio with TLS!!! when i comment the cofigurantion TLS and use port 5060 works!<br>
<br>below is my configuration<br><br>-----------------------------------------<br>disable_tls = no<br>listen = tls:<a href="http://192.168.170.101:5061">192.168.170.101:5061</a><br>tls_verify_server = 1<br>tls_verify_client = 1<br>
tls_require_client_certificate = 1<br>tls_method = TLSv1<br>tls_certificate = &quot;/usr/local/etc/kamailio/tls/user/user-cert.pem&quot;<br>tls_private_key = &quot;/usr/local/etc/kamailio/tls/user/user-privkey.pem&quot;<br>
tls_ca_list&nbsp;&nbsp; &nbsp; <br><br>---------------------------------------<br><br>if (!www_authorize(&quot;<a href="http://192.168.170.101">192.168.170.101</a>&quot;, &quot;subscriber&quot;))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; www_challenge(&quot;<a href="http://192.168.170.101">192.168.170.101</a>&quot;, &quot;0&quot;);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>----------------------------------------<br><br>root@pst:/usr/local/etc/kamailio# ls -R tls/<br>tls/:<br>ca.conf&nbsp; README&nbsp; request.conf&nbsp; rootCA&nbsp; user&nbsp; user.conf<br><br>tls/rootCA:<br>cacert.pem&nbsp; certs&nbsp; index.txt&nbsp; private&nbsp; serial<br>
<br>tls/rootCA/certs:<br><br>tls/rootCA/private:<br>cakey.pem<br><br>tls/user:<br>user-calist.pem&nbsp; user-cert.pem&nbsp; user-cert_req.pem&nbsp; user-privkey.pem<br><br><br>thanks!!!<br><br><br>