26Apr/16Off
vsftpd and filezilla
After upgrade filezilla client version to 3.1.0 above, user face error message:
received tls alert from the server handshake failed (40)
found filezilla refuses to support cipher rc4.
in vsftpd.conf add below:
ssl_ciphers=HIGH
restart vsftpd, issue solved.