• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Own SSL certificate is marked as unknown while connecting via FTPS

sparkxp

Basic Pleskian
Hi,

I'm bought a domain based SSL certificate (hosting.mydomain.com) for my Plesk panel. This is working fine.
Now I decided to use it for FTPS too. So I took a look in the /etc/proftpd.conf and saw that mod_tls is already implemented. The TLSRSACertificateFile points to /opt/psa/admin/conf/httpsd.pem, which is my working panel certificate.
But if I try to connect via FTPS to the FTP, I'm getting a message that the certificate is unknown. Within the message I can see that the correct certificate is used.
But why does it say its unknown??

I'm using WinSCP with the following login credentials.

Host: hosting.mydomain.com
Protocol: FTP
Port: 21
Encryption: tryed SSL and TLS explicit

My /etc/proftpd.conf

<IfModule mod_tls.c>
TLSEngine on
TLSRequired off
TLSLog /opt/psa/var/log/ftp_tls.log
TLSRSACertificateFile /opt/psa/admin/conf/httpsd.pem
TLSRSACertificateKeyFile /opt/psa/admin/conf/httpsd.pem
TLSVerifyClient off
TLSRenegotiate none
TLSOptions NoSessionReuseRequired
</IfModule>

WinSCP message:
proftpd.jpg
 
Back
Top