hello i tried to enable TLS on symbian_ua using pjproject-1.5 , i just set #define ENABLE_SIP_TLS 1 ... ... tcfg.tls_setting.ca_list_file = pj_str("C:\\data\\tls\\user\\user-calist.pem"); tcfg.tls_setting.cert_file = pj_str("C:\\data\\tls\\user\\user-cert.pem"); tcfg.tls_setting.privkey_file = pj_str("C:\\data\\tls\\user\\user-privkey.pem"); tcfg.tls_setting.require_client_cert = PJ_TRUE ; .... on symbian_ua.cpp and #define PJ_HAS_SSL_SOCK 1 on pjlib/include/config_site.h but nothing happened can anyone please tell me the right steps ? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20091209/c82fb839/attachment.html>