[issue19500] Error when connecting to FTPS servers not supporting SSL session resuming

Alex Warhawk report at bugs.python.org
Sat Oct 3 07:35:55 EDT 2015


Alex Warhawk added the comment:

I encountered this problem recently and could not find a fix, so i tried fixing it myself.

Note that the patch attached is my first contribution to cpython as well as the first time I used the C extension mechanism. Therefore I do not consider the patch polished enough to be just merged upstream.

Maybe it helps in solving this issue.

The attached patch is based on:
changeset:   79113:ec373d762213
branch:      2.7

----------
keywords: +patch
nosy: +Alex Warhawk
Added file: http://bugs.python.org/file40666/reuse_session.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19500>
_______________________________________


More information about the Python-bugs-list mailing list