• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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