<div dir="ltr">I&#39;m running this clean installation of FS:<div><a href="https://github.com/voxserv/freeswitch_conf_minimal">https://github.com/voxserv/freeswitch_conf_minimal</a><br></div><div><br></div><div>Everything seems to work and I would now like to add TLS and SRTP encryption - for use on public WiFi and such.</div><div><br></div><div>I&#39;ve tried the following from thisĀ <a href="http://wiki.freeswitch.org/wiki/SIP_TLS#TLS.2C_SSL_and_SRTP_Encryption">http://wiki.freeswitch.org/wiki/SIP_TLS#TLS.2C_SSL_and_SRTP_Encryption</a>:</div><div><br></div><div><pre style="font-family:monospace,Courier;padding:1em;border:1px dashed rgb(47,111,171);color:rgb(0,0,0);background-color:rgb(249,249,249);line-height:1.3em;font-size:13px">./gentls_cert setup -cn <a href="http://pbx.freeswitch.org">pbx.freeswitch.org</a> -alt DNS:<a href="http://pbx.freeswitch.org">pbx.freeswitch.org</a> -org <a href="http://freeswitch.org">freeswitch.org</a>
./gentls_cert create_server -cn <a href="http://pbx.freeswitch.org">pbx.freeswitch.org</a> -alt DNS:<a href="http://pbx.freeswitch.org">pbx.freeswitch.org</a> -org <a href="http://freeswitch.org">freeswitch.org</a>
</pre></div><div>And in vars.xml:</div><div><pre style="font-family:monospace,Courier;padding:1em;border:1px dashed rgb(47,111,171);color:rgb(0,0,0);background-color:rgb(249,249,249);line-height:1.3em;font-size:13px">&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;sip_tls_version=sslv23&quot;/&gt;
&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_ssl_enable=true&quot;/&gt;
</pre></div><div>Of course with my own domain when generating certificates.</div><div><br></div><div>Restarting FS and trying to connect to 5061 over TLS doesn&#39;t work.</div><div>Looking in fs_cli with debug 7 doesn&#39;t output anything when the client tries to connect.</div><div><br></div><div>How to debug or does anyone know what&#39;s wrong? My certificates are generated automatically in /usr/conf/ssl.</div></div>