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

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