FTP TLS Protocol Configuration
Greetings,
I'm wondering what the syntactically correct way of leaving only TLSv1.2 as the TLS protocol on the FTP service enabled. I've tried a few options after reading the what the defaults were on the documentation as such:
From:
To:
Any advice on this is appreciated.
HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3To:
HIGH:+TLSv1_2:!TLSv1_1:!TLSv1:!SSLv2:!SSLv3Any advice on this is appreciated.
-
I believe that should be right as per the documentation FTP Server Configuration | cPanel & WHM Documentation 0 -
Just to clarify are you using ProFTPd or PureFTPd? We note the use of ProFTPd in the PCI compliance KB article here: ProFTPD module mod_tls In order to strictly use TLSv1.2 you should just be able to enter the following: -36-54.png">66569 I used the cipher set as follows: HIGH:MEDIUM:+TLSv12
To test FTP(TLS):openssl s_client -connect server.hostname.tld:21 -starttls ftp
You'll see an error if you attempt to do this without tls:openssl s_client -connect server.hostname.tld:21 -starttls ftp -no_tls1_20 -
Will this syntax string work for the TLS Cipher Suite in Pure-FTPd limiting only to tls 1.2 and no anonymous authentication? HIGH:+TLSv1_2:!SSLv2:!SSLv3:!ADH:!DES:!3DES:!aNULL:!eNULL:!NULL Can you please post an example for Pure-FTPd to only allow TLS 1.2 and no anonymous authentication using the TLS Cipher Suite field? what syntax should be used? +TLSv1.2 or +TLSv1_2 or +TLSv12 If I need to use only ProFTP for PCI compliance please let me know? thank you 0
Please sign in to leave a comment.
Comments
4 comments