• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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