File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments