Hi,<br><br>I have installed Opensips with TLS enabled. <br><br>I wonder how to check and enable all the communication via TLS. Now with following configuration, the communication is via UDP<br><br>Compiled the code with TLS enabled in makefile.<br>
In Opensips.cfg, i did the following modification: enabled TLS and  commented the listen udp line.<br><br><br>Is that nything else i need to do ?<br><br>Also for testing, i believe xlite doesn&#39;t support TLS and i need to use minisip. Correct me.<br>
<u><b><br>OpenSIPS.cfg:</b></u><br>/* uncomment the following lines to enable TLS support  (default off) */<br>disable_tls = no<br><br>listen = tls:IPaddr:5061<br>tls_verify_server = 0<br>tls_verify_client = 0<br>tls_require_client_certificate = 0<br>
tls_method = TLSv1<br>tls_certificate = &quot;//etc/opensips/tls/user/user-cert.pem&quot;<br>tls_private_key = &quot;//etc/opensips/tls/user/user-privkey.pem&quot;<br>tls_ca_list = &quot;//etc/opensips/tls/user/user-calist.pem&quot;<br>
<br><br>port=5061<br><br>/* uncomment and configure the following line if you want opensips to<br>   bind on a specific interface/port/proto (default bind on all available) */<br>#listen=udp:IPaddr:5060<br><br>Thanks,<br>
Prem<br><br><br>