Просмотр исходного кода

Merge pull request #2013 from hestiacp/proftpd-tls1.1

Remove TLS v1.1 support
Jaap Marcus 4 лет назад
Родитель
Сommit
574605539d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/deb/proftpd/tls.conf

+ 1 - 1
install/deb/proftpd/tls.conf

@@ -13,7 +13,7 @@
 TLSEngine                               on
 TLSLog                                  /var/log/proftpd/tls.log
 # this is an example of protocols, proftp works witl all, but use only the most secure ones like TLSv1.1 and TLSv1.2
-TLSProtocol                             TLSv1.1 TLSv1.2
+TLSProtocol                             TLSv1.2
 #
 # Server SSL certificate. You can generate a self-signed certificate using
 # a command like: