• 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 - Plesk poodle fix disables FTP access

Xavier12

Regular Pleskian
Hey guys,

Just came across an issue with the knowledgebase for Plesk poodle fix for Proftpd. After modifying the files based on the description I can no longer access ftp and bounces back with a server connection closed.

ProFTPD server
Create and edit the /etc/proftpd.d/60-nosslv3.conf file by adding the following lines:

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

Please advise, thanks

http://kb.odin.com/en/123160
 
Fixed. This seems to be the fix:

<Global>

<IfModule mod_tls.c>

TLSEngine on

TLSRequired off

TLSCipherSuite HIGH:MEDIUM:+TLSv1:!SSLv2:!SSLv3

</IfModule>

</Global>
 
Back
Top