This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Florian Wickert
Recipients Florian Wickert, Mark.Ribau, Stephen Ash, Ye.Wang, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou, python-dev, robr, xiang.zhang
Date 2020-05-26.15:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590506516.55.0.737512312633.issue19500@roundup.psfhosted.org>
In-reply-to
Content
Using vsftpd 3.0.3 with ssl_enable=YES and require_ssl_reuse=YES I get the following error when I try to upload a file with conn.storbinary():

FTP command: Client "192.168.178.115", "STOR something.bin"
FTP response: Client "192.168.178.115", "150 Ok to send data."
FTP response: Client "x.x.x.x", "150 Ok to send data."
DEBUG: Client "x.x.x.x", "DATA connection terminated without SSL shutdown. Buggy client! Integrity of upload cannot be asserted."
FTP response: Client "x.x.x.x", "426 Failure reading network stream."

This also happens when SSL reuse is disabled on the server side.
Uploading with FileZilla works and there is basically no difference in the log until the error happens.
History
Date User Action Args
2020-05-26 15:21:56Florian Wickertsetrecipients: + Florian Wickert, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, python-dev, dstufft, Ye.Wang, Mark.Ribau, xiang.zhang, Stephen Ash, robr
2020-05-26 15:21:56Florian Wickertsetmessageid: <1590506516.55.0.737512312633.issue19500@roundup.psfhosted.org>
2020-05-26 15:21:56Florian Wickertlinkissue19500 messages
2020-05-26 15:21:56Florian Wickertcreate