On 2/8/08, Klaus Darilion <klaus.mailinglists at pernau.at> wrote: > Hi! > > I just wanted to try pjsua with TLS but it fails as pjsua sends a SSLv3 > compatible Hello whereas SIP requires TLS. Is it? I thought TLSv2/3 is okay. Anyway, PJSIP uses TLSv23 by default. If you'd like to use TLSv1, just add this when creating the TLS transport: tcp_cfg.tls_setting.method = PJSIP_TLSV1_METHOD; cheers, -benny > regards > klaus