Browse Source

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

Remove TLS v1.1 support
Jaap Marcus 4 years ago
parent
commit
574605539d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deb/proftpd/tls.conf

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

@@ -13,7 +13,7 @@
 TLSEngine                               on
 TLSEngine                               on
 TLSLog                                  /var/log/proftpd/tls.log
 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
 # 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
 # Server SSL certificate. You can generate a self-signed certificate using
 # a command like:
 # a command like: