Skip to content

Commit 9851f8d

Browse files
authored
Update due lapse
Correction to Tls connections, I've sent with the insecure ones "SSLv3 TLSv1 "
1 parent 3c1746c commit 9851f8d

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 SSLv3 TLSv1 TLSv1.1 TLSv1.2
16+
TLSProtocol TLSv1.1 TLSv1.2
1717
#
1818
# Server SSL certificate. You can generate a self-signed certificate using
1919
# a command like:

0 commit comments

Comments
 (0)