tls off by default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6964 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
28be3016a0
commit
a6d84408fc
|
@ -46,7 +46,7 @@
|
|||
<!--<param name="bind-params" value="transport=udp"/>-->
|
||||
|
||||
<!-- TLS: disabled by default, set to "true" to enable -->
|
||||
<param name="tls" value="true"/>
|
||||
<param name="tls" value="false"/>
|
||||
<!-- additional bind parameters for TLS -->
|
||||
<param name="tls-bind-params" value="transport=tls"/>
|
||||
<!-- Port to listen on for TLS requests. (5061 will be used if unspecified) -->
|
||||
|
|
Loading…
Reference in New Issue