BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
140 stars 68 forks source link

flexisip tls version cipher problem #145

Open sercangoger opened 2 years ago

sercangoger commented 2 years ago

I ran into a problem while configuring TLS for flexisip server.

The SSL I have, supports TLSV1.3.

but in the cipher settings in the flexisip.conf file, the following properties are available.

#tls-ciphers=HIGH:!SSLv2:!SSLv3:!TLSv1:!EXP:!ADH:!RC4:!3DES:!aNULL:!eNULL

When I look at my SSL information, I see that TLSV1.2 and TLSV1.0 are not supported. Could this be a problem for me?

smititelu commented 1 year ago

try setting this in config: tls-ciphers=HIGH:!SSLv2:!SSLv3:TLSv1.3:TLSv1.2:TLSv1:!EXP:!ADH:!RC4:!3DES:!aNULL:!eNULL