Dear cPanel community,
I just performed a PCI compliance test and it ended with the following result:
After a quick research I went into my WHM / FTP Configuration and changed the TLS Encryption Support value from currently OPTIONAL to REQUIRED / COMMAND.
My current TLS Cypher suite:
The settings are saved and Pure Ftpd restarts automatically - all good there but once I try to login into to one of my accounts via FTP ((naturally I changed the encryption settings in Filezilla from Plain FTP to Require explicit FTP over TLS) I can not get through.
Here is the message log from Filezilla:
Basically I am stuck at the last line Response: 227 Entering Passive Mode
After making some reading I've seen to increase the timeout second value in Filezilla which brings me a step further and I end up with:
It would be greatly appreciated if someone can help shed some further light on the situation and how to get this to work.
Thank you very much,
p123
I just performed a PCI compliance test and it ended with the following result:
Code:
Port:21 FTP server allow plain text authentication
My current TLS Cypher suite:
Code:
HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3
Here is the message log from Filezilla:
Code:
Response: 234 AUTH TLS OK.
Status: Initializing TLS...
Status: Verifying certificate...
Command: USER xxxxx
Status: TLS/SSL connection established.
Response: 331 User xxxxx OK. Password required
Command: PASS ************
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: MFMT
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: ESTA
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTP
Response: 211 End.
Status: Server does not support non-ASCII characters.
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 Data protection level set to "private"
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (xxx,xxx,xx,xx,xxx,xxx)
After making some reading I've seen to increase the timeout second value in Filezilla which brings me a step further and I end up with:
Code:
...
Command: PASV
Response: 227 Entering Passive Mode (xxx,xxx,xx,xx,xxx,xxx)
Command: MLSD
Error: GnuTLS error -53: Error in the push function.
Thank you very much,
p123
Last edited: