Re: [SR-Users] TLS support in Kamailio

2012-10-12 Thread Kamal Palei
Hi Daniel I was just googling TLS support in Kamailio. Came across http://nil.uniza.sk/network-security/tls/configuring-tls-support-kamailio-31-howto , am just wondering if I have to go step by step mentioned in this link. Can you please advise if all of these are required? And I was looking at

Re: [SR-Users] TLS support in Kamailio

2012-10-12 Thread Klaus Darilion
There might be some steps which can be skipped - eg. if you already have certificates. But if you are not familiar with TLS yet, it may be a good idea to perform the howto step-by-step and learn about TLS. regards Klaus On 12.10.2012 12:00, Kamal Palei wrote: Hi Daniel I was just googling

Re: [SR-Users] TLS support in Kamailio

2012-10-08 Thread Daniel-Constantin Mierla
Hello, On 10/5/12 1:29 PM, Kamal Palei wrote: Hi Daniel Thanks a lot for kind response. For this requirement, I need - 1. When a message is received at Kamailio proxy, that message either will be sent to client side or to main proxy side. 2. If it is supposed to send to client side, then it

Re: [SR-Users] TLS support in Kamailio

2012-10-05 Thread Daniel-Constantin Mierla
Hello, yes, it is possible. There are couple options: - rewrite r-uri ($ru) to contain the transport=tls and then t_relay() - set dst uri ($du) to the uri point to main proxy address having the transport=tls parameter and then t_relay() - use t_relay_to(tls:mainproxyip:port) Cheers, Daniel

Re: [SR-Users] TLS support in Kamailio

2012-10-05 Thread Kamal Palei
Hi Daniel Thanks a lot for kind response. For this requirement, I need - 1. When a message is received at Kamailio proxy, that message either will be sent to client side or to main proxy side. 2. If it is supposed to send to client side, then it should send in plain UDP. Also note that, when

[SR-Users] TLS support in Kamailio

2012-10-04 Thread Kamal Palei
Hi List I have a specific requiremnt where I want Kamailio proxy need to work as a intermideiate proxy . The endpoints will talk to Kamailio using UDP as transport and Kamailio should interact with main proxy using TLS. Is this scenario possible with Kamailio ? If so, can you give me some pointer