Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session reuse required #11

Open
sakama opened this issue Aug 26, 2016 · 2 comments
Open

Session reuse required #11

sakama opened this issue Aug 26, 2016 · 2 comments

Comments

@sakama
Copy link
Contributor

sakama commented Aug 26, 2016

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

  • embulk-output-ftp v0.1.5
@y-ken
Copy link

y-ken commented Aug 13, 2017

I have faced this problem, too.

@sakama
Copy link
Contributor Author

sakama commented Aug 13, 2017

I think I might need to change library I'm using now.
Current workaround is set require_ssl_reuse=NO ad vsftpd.conf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants