• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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