Skip to main content

FTP TLS Protocol Configuration

Comments

4 comments

  • andrew.n
    I believe that should be right as per the documentation FTP Server Configuration | cPanel & WHM Documentation
    0
  • mightfixthis
    I believe that should be right as per the documentation
    0
  • cPanelLauren
    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_2
    0
  • digitaliway
    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.