Alban Staehli
Regular Pleskian
- Server operating system version
- AlmaLinux 8.10 (Cerulean Leopard)
- Plesk version and microupdate number
- Plesk Obsidian 18.0.66 Update #2
Hi,
Somehow after a Plesk upgrade, I'm unable to connect via FTP over TLS - through both Filezilla and WinSCP. It works over non-secure FTP.
Filezilla complaints with message "Insecure server, it does not support FTP over TLS".
WinSCP advises that the parameter is not supported.
FileZilla connection details when using "Require explicit FTP over TLS":
psa-proftpd is definitely installed and up to date:
/etc/proftpd.d/50-plesk.conf content:
/etc/proftpd.d/55-passive-ports.conf content:
(yes all ports open and functioning via firewall)
/etc/proftpd.d/ssl.conf content:
I tried this too, no luck: https://support.plesk.com/hc/en-us/...ecure-server-it-does-not-support-FTP-over-TLS
Any idea where shall I look?
Thanks.
Somehow after a Plesk upgrade, I'm unable to connect via FTP over TLS - through both Filezilla and WinSCP. It works over non-secure FTP.
Filezilla complaints with message "Insecure server, it does not support FTP over TLS".
WinSCP advises that the parameter is not supported.
FileZilla connection details when using "Require explicit FTP over TLS":
Code:
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD Server (ProFTPD) [xxx.xxx.xxx.xxx]
Command: AUTH TLS
Response: 504 Command not implemented for that parameter
Command: AUTH SSL
Response: 504 Command not implemented for that parameter
Error: Critical error: Could not connect to server
psa-proftpd is definitely installed and up to date:
Code:
rpm -qi psa-proftpd
Name : psa-proftpd
Version : 1.3.8b
Release : 2.redhat.8+p18.0.66.2+t250106.1901
Architecture: x86_64
Install Date: Wed 15 Jan 2025 04:03:28 AM CET
/etc/proftpd.d/50-plesk.conf content:
Code:
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
# Global section
<Global>
RequireValidShell off
<IfModule mod_tls.c>
TLSEngine on
TLSRequired off
</IfModule>
</Global>
/etc/proftpd.d/55-passive-ports.conf content:
Code:
<Global>
PassivePorts 49152 65535
</Global>
/etc/proftpd.d/ssl.conf content:
Code:
<Global>
<IfModule mod_tls.c>
TLSDHParamFile /usr/local/psa/etc/dhparams2048.pem
</IfModule>
</Global>
<Global>
<IfModule mod_tls.c>
TLSProtocol TLSv1 TLSv1.1 TLSv1.2 TLSv1.3
TLSCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA
TLSServerCipherPreference on
</IfModule>
</Global>
I tried this too, no luck: https://support.plesk.com/hc/en-us/...ecure-server-it-does-not-support-FTP-over-TLS
Any idea where shall I look?
Thanks.