• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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