• 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.

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