• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

cannot connect to FTP via TLS

AlexeyE

Basic Pleskian
Hello,
I can not connect to the server with using "Require explicit FTP over TLS"
In /etc/proftpd.conf I have added from here http://kb.odin.com/en/2207:
<IfModule mod_tls.c>
TLSEngine on
TLSLog /var/log/tls.log
TLSProtocol SSLv23

TLSRequired off

TLSRSACertificateFile /usr/local/psa/admin/conf/httpsd.pem
TLSRSACertificateKeyFile /usr/local/psa/admin/conf/httpsd.pem

TLSVerifyClient off

TLSRenegotiate required off
</IfModule>

In FTP-Client (FileZilla), in Settings of Website I checked use Passive mode
FileZilla stops when receiving a directory list (MLSD -Command)

In iptables I have:
# Allow Passive FTP Connections
-A INPUT -p tcp --sport 1024: --dport 1024: -m state --state ESTABLISHED,RELATED -j ACCEPT
-A OUTPUT -p tcp --sport 1024: --dport 1024: -m state --state ESTABLISHED,RELATED -j ACCEPT


Plesk Firewall extension isnt installed
Ver.of Plesk: 12.0.18

PS: in Tools & Settings ->SSL Certificates ->I created a new self-signed certificate, set as default.
In Tools & Settings ->IP Adress bind new certificate to IP

For each domain is created own certificate, but when try to connect, will be ascked to confirm a default certificate from Plesk
I have create a new certificate (using SSH)

Service restarted too with: service sw-cp-server restart


What is wrong here?
Thanks a lot
 
Last edited:
Back
Top