From: Alexander Traud Date: Fri, 16 Oct 2020 13:32:48 +0000 (+0200) Subject: [configuration] Copy TLS ciphers from vars.xml even in Vanilla External X-Git-Tag: v1.10.6^2~108^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F913%2Fhead;p=thirdparty%2Ffreeswitch.git [configuration] Copy TLS ciphers from vars.xml even in Vanilla External Previously, the configuration file vars.xml set the TLS Cipher Suites only for internal SIP profiles. External SIP profiles used the 'DEFAULT' set of the underlying OpenSSL. Now, external SIP profiles copy to the general setting of vars.xml as well. Of course, you can overwrite this anytime, for example, to use different sets for internal and external. --- diff --git a/conf/vanilla/sip_profiles/external.xml b/conf/vanilla/sip_profiles/external.xml index e2d161d598..d9e312d78f 100644 --- a/conf/vanilla/sip_profiles/external.xml +++ b/conf/vanilla/sip_profiles/external.xml @@ -92,5 +92,7 @@ + +