• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Remove FTP certificate

Sylvain Ard

Basic Pleskian
Hi,
When I connect to a directory via FTP on my server it prompts a certificate popup I want to remove this certificate, how can I do this via Plesk please ?
Thank you
Bye
 
Hi Sylvain Ard,

pls. check your current settings at

=> /etc/proftpd.conf
( or additional *.conf - files at => /etc/proftpd.d/ )

for your SSL - settings and modify them to your needs.:)


Pls. keep in mind to check as well your serverwide FTP - settings at

=> HOME > Tools & Settings > Security Policy

... where you are as well able to change/modify FTP - settings. ;)
 
Thank you, what do I need to write in the file

=> /etc/proftpd.conf
( or additional *.conf - files at => /etc/proftpd.d/ ) ?

And my connection is FTP not FTPS, and with LFTP I have a certificate, is it normal ?
 
Hi Sylvain Ard,

what do I need to write in the file
actually, you should rather ask, what you DON'T have to setup here, to avoid the certificate acceptance question... ;)

Pls. have a CLOSER look at the content of that file => /etc/proftpd.conf , as it doesn't make sense to post things, without being sure, that you know what you are doing here.
The part
Code:
...

<IfModule mod_tls.c>

...
...
...
</IfModule>

...
... is the standart definition part for your TLS/SSL - settings and most of the settings are as well explained there ( with a "#" in front are comments, which should help you to understand the settings )​
 
Back
Top