Florian Wickert <florianwick...@gmail.com> added the comment:
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. ---------- nosy: +Florian Wickert _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue19500> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com