Please see the manual in http://trac.pjsip.org/repos/wiki/TLS_on_Symbian. Note that the certificate settings (such as calist and key files) are ignored on Symbian, as we're using the device's certificate store. The certificate settings are only meaningful if OpenSSL backend is used. On Wed, Dec 9, 2009 at 2:45 PM, Waleed <waleedot2003 at gmail.com> wrote: > 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 > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- Best regards, Benny