Skip to content

Commit a8fc909

Browse files
author
Alexandros Ioannides
authored
Remove TLS v1.1 support
1 parent 93c2079 commit a8fc909

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)