Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
a85ccd04
Unverified
Commit
a85ccd04
authored
Oct 26, 2021
by
Thibault Francois
Committed by
GitHub
Oct 26, 2021
Browse files
Merge pull request #455 from fulax/patch-1
proftpd.conf: Default to modern TLS protocols
parents
2e1fbd37
8965df76
Changes
1
Hide whitespace changes
Inline
Side-by-side
etc/alternc/templates/proftpd/proftpd.conf
View file @
a85ccd04
...
...
@@ -124,7 +124,11 @@ RLimitChroot off
<
IfModule
mod_tls
.
c
>
TLSEngine
on
TLSLog
/
var
/
log
/
proftpd
/
tls
.
log
TLSProtocol
TLSv1
# TLSv1.3 has bugs before ProFTPd 1.3.6d and 1.3.7
#TLSProtocol TLSv1.2 TLSv1.3
TLSProtocol
TLSv1
.
2
# For old clients
#TLSProtocol TLSv1 TLSv1.1 TLSv1.2
# Are clients required to use FTP over TLS when talking to this server?
TLSRequired
off
...
...
chris
@chris
mentioned in commit
05c581d2
·
Dec 15, 2021
mentioned in commit
05c581d2
mentioned in commit 05c581d2068e69764121a92e1cfd046c96a28ec5
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment