• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Different SSL-Certs for FTP(S) access ? How ?

MartinB

Basic Pleskian
Hello !

At the moment I have two domains on my Plesk Server.
If I connect to them via FTPS, only the SSL Cert from the server domain
will be shown at the login informations ...

So, is it possible to add a SSL Cert for each different (domain) FTP ?


Thanks for any help !

Bye, Martin
 
Hi MartinB,

since ProFTPD version 1.3.6rc1 it is possible to use "HOST" commands, which allows you to use examples as described at:


... and you are then able to define SSL - certificates for each vhost, just as you currently do within the "GLOBAL" setting at "/etc/proftpd.conf" for all vhosts.


But ( yes, sorry, there is a restriction :( ), Plesk currently provides only the ProFTPD version 1.3.5d for Ubuntu 16.04 for example. :(
Code:
apt-cache policy psa-proftpd
psa-proftpd:
  Installed: 1.3.5d-ubuntu16.04.build1708170710.14
  Candidate: 1.3.5d-ubuntu16.04.build1708170710.14
 
Back
Top