linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] TLS Asterisk connecton without verify_server.


From: Rajeev Kumar
Subject: Re: [Linphone-developers] TLS Asterisk connecton without verify_server. ORTP TLS Belle problem - may be bug
Date: Fri, 27 Jun 2014 15:08:30 +0800


 I have build linphone application in mac. After three days it was successfully build.

regards,

RAJEEV KASHYAP
Software Engineer 
Xelium Technologies
+91 9716542252


On Friday, 27 June 2014 4:28 AM, Владислав Ветров <address@hidden> wrote:


Can I make tls - asterisk connection with linphone without verify_server_certificates and verify_server_cn?

./coreapi/linphonecore.c:

    linphone_core_verify_server_certificates(lc,lp_config_get_int(lc->config,"sip","verify_server_certs",TRUE));
    linphone_core_verify_server_cn(lc,lp_config_get_int(lc->config,"sip","verify_server_cn",TRUE));

I've switched it to FALSE

    linphone_core_verify_server_certificates(lc,lp_config_get_int(lc->config,"sip","verify_server_certs",FALSE));
    linphone_core_verify_server_cn(lc,lp_config_get_int(lc->config,"sip","verify_server_cn",FALSE));

but get proken ORTP pipe

By the way:

Linphone for Linux root_ca path defined as /etc/ssl/certs and linphone doesn't see rootca.pem flile in /usr/local/share/linphone/rootca.pem
I think this is the bug in ./coreapi/linphonecore.c.

Also something wrong with ORTP + TLS  -> broken pipe. I've checked my TLS connection by the Blink sip program ( http://icanblink.com ) - it works fine with the same certificates.




_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]