[Freeswitch-users] Internal profile startup fails if ssl/tls enabled

Brian West brian at freeswitch.org
Wed Nov 10 12:33:08 PST 2010


Cuz you didn't compile sofia with ssl support please rebootstrap/configure again once you have all the openssl headers and libs installed and try again.

/b

On Nov 10, 2010, at 2:28 PM, Farhan Husain wrote:

> Hello,
> 
> I enabled ssl in my FS installation. Here are few lines from my vars.xml:
> 
> <!--
>       SIP and TLS settings. http://wiki.freeswitch.org/wiki/Tls
> -->
> <X-PRE-PROCESS cmd="set" data="sip_tls_version=tlsv1"/>
> 
> <!-- Internal SIP Profile -->
> <X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/>
> <X-PRE-PROCESS cmd="set" data="internal_sip_port=5060"/>
> <X-PRE-PROCESS cmd="set" data="internal_tls_port=5061"/>
> <X-PRE-PROCESS cmd="set" data="internal_ssl_enable=true"/>
> <X-PRE-PROCESS cmd="set" data="internal_ssl_dir=$${base_dir}/conf/ssl"/>
> 
> Then I restarted my server and found the following errors:
> 
> 2010-11-10 20:22:37.555517 [ERR] sofia.c:1446 Error Creating SIP UA for profile: internal-ipv6
> 2010-11-10 20:22:37.576362 [ERR] sofia.c:1446 Error Creating SIP UA for profile: internal
> 
> The "sofia status" command does not show the internal and internal-ipv6 profiles. This wiki page: http://wiki.freeswitch.org/wiki/SIP_TLS#If_your_SIP_profile_fails_to_start_up talks about exactly this problem and it suggest that libssl-dev is not installed. But when I checked my Ubuntu 10.04 I found it to be installed. I also installed "libcurl4-openssl-dev" and then did "make; make clean; make install" and reran the server. However, the problem persists. Can anyone tell me what else may be wrong with my server?
> 
> Thanks,
> Farhan
> 
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org




More information about the FreeSWITCH-users mailing list