• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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