IN my tls.cfg i have
[client:default] verify_certificate = no require_certificate = no [client:10.211.160.172:5071] method = TLSv1.2 verify_certificate = yes require_certificate = yes private_key = /ssl/sip/profile1/server.key certificate = /ssl/sip/profile1/server.crt ca_list = /ssl/sip/profile1/ca.crt cipher_list = RSA verify_depth = 9 server_id = profile1 server_name = btip.176.com And in sar.cfg i am doing, before sending the request out $xavp(tls=>server_name)="btip.176.com"; $xavp(tls[0]=>server_id)="profile1"; But if i see the logs , its picking client default profile for tls handshake, Am i missing anything in tls.cfg or sar.cfg ? if i see the code in tls_lookup_cfg()
|