When connecting with SSL and set require_ssl_reuse=YES at vsftpd.conf, I got following message.
And plugin could upload file but remote file became 0 byte.
DEBUG: Client "xx.xxx.xxx.xxx", "Connection terminated without SSL shutdown - buggy client?"
While plugin was retrying, following message was shown.
FTP put request failed. Retrying 6/10 after 16 seconds. Message: SSL connection failed; session reuse required: see require_ssl_reuse option in vsftpd.conf man page
Reproducible conditions
Server side
- vsftpd v2.2.2.
- set
require_ssl_reuse=YES at vsftpd.conf
Client side
When connecting with SSL and set
require_ssl_reuse=YESat vsftpd.conf, I got following message.And plugin could upload file but remote file became 0 byte.
While plugin was retrying, following message was shown.
Reproducible conditions
Server side
require_ssl_reuse=YESat vsftpd.confClient side