Hello,<div><br></div><div>I enabled ssl in my FS installation. Here are few lines from my vars.xml:</div><div><br></div><div><div>&lt;!--</div><div>      SIP and TLS settings. <a href="http://wiki.freeswitch.org/wiki/Tls">http://wiki.freeswitch.org/wiki/Tls</a></div>
<div>--&gt;</div><div>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;sip_tls_version=tlsv1&quot;/&gt;</div><div><br></div><div>&lt;!-- Internal SIP Profile --&gt;</div><div>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_auth_calls=true&quot;/&gt;</div>
<div>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_sip_port=5060&quot;/&gt;</div><div>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_tls_port=5061&quot;/&gt;</div><div>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;<b>internal_ssl_enable=true</b>&quot;/&gt;</div>
<div>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_ssl_dir=$${base_dir}/conf/ssl&quot;/&gt;</div></div><div><br></div><div>Then I restarted my server and found the following errors:</div><div><br></div><div><div>
2010-11-10 20:22:37.555517 [ERR] sofia.c:1446 Error Creating SIP UA for profile: internal-ipv6</div><div>2010-11-10 20:22:37.576362 [ERR] sofia.c:1446 Error Creating SIP UA for profile: internal</div></div><div><br></div>
<div>The &quot;sofia status&quot; command does not show the internal and internal-ipv6 profiles. This wiki page: <a href="http://wiki.freeswitch.org/wiki/SIP_TLS#If_your_SIP_profile_fails_to_start_up">http://wiki.freeswitch.org/wiki/SIP_TLS#If_your_SIP_profile_fails_to_start_up</a> 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 &quot;libcurl4-openssl-dev&quot; and then did &quot;make; make clean; make install&quot; and reran the server. However, the problem persists. Can anyone tell me what else may be wrong with my server?</div>
<div><br></div><div>Thanks,</div><div>Farhan</div><div><br></div>