July 2017
Intermediate to advanced
434 pages
12h 59m
English
It's long time we already ship with correct configuration, but you may want to check your settings.
You do not want to have sslv2 or sslv3 into tls-version parameter value.
Edit /usr/local/freeswitch/conf/vars.xml (or /etc/freeswitch/vars.xml if you installed from packages), and be sure this line reads as:
<X-PRE-PROCESS cmd="set" data="sip_tls_version=tlsv1,tlsv1.1,tlsv1.2"/>
Then check into all SIP profiles if they are using this same value. It can be taken from global variables as:
<param name="tls-version" value="$${sip_tls_version}"/>
Read now
Unlock full access