Re: [OpenSIPS-Users] question about tls

2009-09-18 Thread Bogdan-Andrei Iancu
Hi, You do not have use the tlsops module in order to have a TLS connection between two servers. First of all please see the TLS tutorial : http://www.opensips.org/html/docs/tutorials/tls-1.4.x.html Shortly, what you have to do is to define a TLS listening socket (listen=tls:192.168.1.2:5061) a

[OpenSIPS-Users] question about tls

2009-09-17 Thread zhangchao00001
Hello everybody: I've have some questions about tls connection. How to build the tls connection between two proxy? there's just one function is_peer_verified() in tlsops module. Is it that we set the paramer, the proxy will connect by itself or we should build the connection in the config