Skip to content

Commit 5746055

Browse files
authored
Merge pull request hestiacp#2013 from hestiacp/proftpd-tls1.1
Remove TLS v1.1 support
2 parents 93c2079 + a8fc909 commit 5746055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/proftpd/tls.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
TLSEngine on
1414
TLSLog /var/log/proftpd/tls.log
1515
# this is an example of protocols, proftp works witl all, but use only the most secure ones like TLSv1.1 and TLSv1.2
16-
TLSProtocol TLSv1.1 TLSv1.2
16+
TLSProtocol TLSv1.2
1717
#
1818
# Server SSL certificate. You can generate a self-signed certificate using
1919
# a command like:

0 commit comments

Comments
 (0)