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 TLS
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 ho
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 sho
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 the
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