• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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