budiantoip
New Pleskian
- Server operating system version
- Ubuntu 18.04
- Plesk version and microupdate number
- 18.0.66 #2
Hey!
When trying to connect FTP over TLS via FileZilla, I got this output:
I've done the following steps:
1. Go to Tools & Settings > Security Policy, and under Secure FTP, I choose Allow only secure FTPS connections
2. Run these commands:
When using FileZilla, I use the Require explicit FTP over TLS.
I've checked the ftp_tls.log file, however I could only get these:
Note that, if I use non-secure FTP connection, I can get the FTP access. However, I want to use the FTPS connection.
Additional information:
Did I miss anything here?
I've been trying to trace this for days, but I couldn't find any clue. So, any kind of pointer or suggestions would be much appreciated.
When trying to connect FTP over TLS via FileZilla, I got this output:
Code:
02:51:25 Status: Disconnected from server
02:51:25 Status: Connecting to 1.2.3.4:21...
02:51:25 Status: Connection established, waiting for welcome message...
02:51:26 Response: 220 ProFTPD Server (ProFTPD) [1.2.3.4]
02:51:26 Command: AUTH TLS
02:51:26 Response: 504 Command not implemented for that parameter
02:51:26 Command: AUTH SSL
02:51:26 Response: 504 Command not implemented for that parameter
02:51:26 Error: Critical error: Could not connect to server
I've done the following steps:
1. Go to Tools & Settings > Security Policy, and under Secure FTP, I choose Allow only secure FTPS connections
2. Run these commands:
Bash:
plesk sbin pci_compliance_resolver --enable dovecot
plesk sbin pci_compliance_resolver --enable postfix
When using FileZilla, I use the Require explicit FTP over TLS.
I've checked the ftp_tls.log file, however I could only get these:
Bash:
# tail -n0 -f /var/log/plesk/ftp_tls.log
2025-01-18 19:48:21,045 mod_tls/2.9.2[19660]: added 1 certs from '/opt/psa/admin/conf/httpsd.pem' to SSL_CTX certificate chain
2025-01-18 19:49:10,540 mod_tls/2.9.2[20439]: added 1 certs from '/opt/psa/admin/conf/httpsd.pem' to SSL_CTX certificate chain
2025-01-18 19:51:26,204 mod_tls/2.9.2[22004]: added 1 certs from '/opt/psa/admin/conf/httpsd.pem' to SSL_CTX certificate chain
Note that, if I use non-secure FTP connection, I can get the FTP access. However, I want to use the FTPS connection.
Additional information:
Bash:
# cat /etc/proftpd.d/55-passive-ports.conf
<Global>
PassivePorts 49152 65535
</Global>
# openssl version
OpenSSL 1.1.1 11 Sep 2018
# openssl ciphers -v | awk '{print $2}' | sort | uniq
SSLv3
TLSv1
TLSv1.2
TLSv1.3
Did I miss anything here?
I've been trying to trace this for days, but I couldn't find any clue. So, any kind of pointer or suggestions would be much appreciated.