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

ProFTPD SSLv3 disable

Hello,

If i follow the kb article on a plesk 11.5 system
http://kb.odin.com/en/123160

And add
TLSProtocol TLSv1 TLSv1.1 TLSv1.2
TLSCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM:!SSLv3

to disable SSLv3 to /etc/proftpd.conf

Proftpd stops working and connections are not available anymore.

Does anybody has a solution for this ?
 
Hello Silvester,
Do you have any info in the logs that can help in the investigations?
 
KB Artible is not fully correct

Solved it like this in the config above :
Include /etc/proftpd.include line

<IfModule mod_tls.c>
TLSProtocol SSLv23
TLSCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
</IfModule>
 
Last edited:
Back
Top