We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1746c commit 9851f8dCopy full SHA for 9851f8d
install/deb/proftpd/tls.conf
@@ -13,7 +13,7 @@
13
TLSEngine on
14
TLSLog /var/log/proftpd/tls.log
15
# 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
+TLSProtocol TLSv1.1 TLSv1.2
17
#
18
# Server SSL certificate. You can generate a self-signed certificate using
19
# a command like:
0 commit comments