microz
Verified User
Hello,
I'm setup pure-ftpd with custombuild 2 in CloudLinux Server release 5.11 (Vladislav Volkov)
But some reason pure-ftpd is dead.
according to the system messages
Error is originate by !SSLv3, if I remove !SSLv3 pure-ftpd can start correctly, but by POODLE.... I maintain disabled SSLv3.
Some suggestion?
------
I have other problem with pure-ftpd, for some reason when I try connect to ftp with filezilla, always obtain time-out.
In config file /etc/init.d/pure-ftpd, passive ports are 35000:35999
I enable passive port in CSF firewall, TCP_IN 35000:35999 (csf -r) and neither can connect.
I'll be forgetting something?
-----
BONUS (with proftpd with three files in one folder I can join to ftp, but with > three files in folder I obtain time out)
I'm setup pure-ftpd with custombuild 2 in CloudLinux Server release 5.11 (Vladislav Volkov)
Code:
./build set ftpd pureftpd
./build pureftpd
But some reason pure-ftpd is dead.
Code:
# service pure-ftpd restart
Shutting down pure-ftpd: [FAILED]
Starting pure-ftpd: [ OK ]
# service pure-ftpd status
pure-ftpd dead but subsys locked
according to the system messages
Code:
[ERROR] SSL/TLS: Invalid TLSCipherSuite specified 'HIGH:MEDIUM:+TLSv1:!SSLv2:!SSLv3'
Error is originate by !SSLv3, if I remove !SSLv3 pure-ftpd can start correctly, but by POODLE.... I maintain disabled SSLv3.
Some suggestion?
------
I have other problem with pure-ftpd, for some reason when I try connect to ftp with filezilla, always obtain time-out.
In config file /etc/init.d/pure-ftpd, passive ports are 35000:35999
Code:
OPTIONS="-B -A -C 15 -E -H -k 99 -L 10000:8 -O stats:${LOG} -l puredb:${DB} -p 35000:35999 -u 100 -U 133:022 -w -Z"
I enable passive port in CSF firewall, TCP_IN 35000:35999 (csf -r) and neither can connect.
I'll be forgetting something?
-----
BONUS (with proftpd with three files in one folder I can join to ftp, but with > three files in folder I obtain time out)
Last edited: