Update internal.xml.noload

This commit is contained in:
FusionPBX 2022-08-09 10:29:19 -06:00 committed by GitHub
parent 68965ccf0a
commit d4572fcb0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
<param name="tls-version" value="$${sip_tls_version}"/>
<!-- TLS ciphers default: ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH -->
<param name="tls-ciphers" value="$${sip_tls_ciphers}"/>
<param name="tls-ciphers" value="ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH" enabled="false"/>
<!--
Connect timeout for outgoing requests using TLS (in milliseconds).