Skip to content

Commit 5d6f3b6

Browse files
authored
Update to tls config
- Correction for newer versions of Ubuntu and other debian based servers Tested: Ubuntu 16.04.7
1 parent 9851f8d commit 5d6f3b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/deb/proftpd/tls.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,20 @@ TLSRSACertificateKeyFile /usr/local/hestia/ssl/certificate.key
4444
#
4545
#TLSOptions AllowClientRenegotiations
4646
#
47+
TLSOptions NoSessionReuseRequired AllowClientRenegotiations
4748
# Authenticate clients that want to use FTP over TLS?
4849
#
4950
#TLSVerifyClient off
5051
#
5152
# Are clients required to use FTP over TLS when talking to this server?
5253
#
53-
#TLSRequired on
54+
TLSRequired off
5455
#
5556
# Allow SSL/TLS renegotiations when the client requests them, but
5657
# do not force the renegotations. Some clients do not support
5758
# SSL/TLS renegotiations; when mod_tls forces a renegotiation, these
5859
# clients will close the data connection, or there will be a timeout
5960
# on an idle data connection.
6061
#
61-
#TLSRenegotiate required off
62+
TLSRenegotiate required off
6263
</IfModule>

0 commit comments

Comments
 (0)