[issue25437] Issue with ftplib.FTP_TLS and server forcing SSL connection reuse

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: I'm going to add session support in #19500 (3.6). -- nosy: +christian.heimes resolution: -> duplicate status: open -> closed superseder: -> Add client-side SSL session resumption ___ Python tracker

[issue25437] Issue with ftplib.FTP_TLS and server forcing SSL connection reuse

2015-11-10 Thread Stephen Ash
Changes by Stephen Ash : -- nosy: +Stephen Ash ___ Python tracker ___ ___

[issue25437] Issue with ftplib.FTP_TLS and server forcing SSL connection reuse

2015-10-19 Thread Daniel Waites
Changes by Daniel Waites : -- versions: +Python 2.7 ___ Python tracker ___ ___

[issue25437] Issue with ftplib.FTP_TLS and server forcing SSL connection reuse

2015-10-18 Thread Daniel Waites
Daniel Waites added the comment: Incidentally, there appears to be an old bug report with a similar error message, although the error is encountered in a different context. http://bugs.python.org/issue10808 . Evidently, errors encountered in libssl aren't necessarily being propagated up to

[issue25437] Issue with ftplib.FTP_TLS and server forcing SSL connection reuse

2015-10-18 Thread Daniel Waites
New submission from Daniel Waites: There is an issue with the python FTPS module in the standard library which appears to be related to SSL session reuse. I noticed when I updated to a recent version of Pure-FTPd (1.0.42), python's FTPS library client stopped working and generated an error in