[New-bugs-announce] [issue30288] ssl.wrap_ssl will fail on do_handshake if default parameters are supplied by user

DenSA-Inc report at bugs.python.org
Fri May 5 19:38:45 EDT 2017


New submission from DenSA-Inc:

After a big problem with the newest ejabberd-version and sleekxmpp I located the problem in ssl.wrap_socket. When called with no parameters the later do_handshake (method of ssl.SSLSocket) fails with an exception. When called with keyword-parameters which match the default values (except for do_handshake_on_connect), do_handshake will fail when called after that. Once I have time I will edit this post to add the required information here, but for now I refer to the issue filed on github: https://github.com/fritzy/SleekXMPP/issues/452
The important information is in comments 2 and 3.

----------
assignee: christian.heimes
components: SSL
messages: 293146
nosy: botter, christian.heimes
priority: normal
severity: normal
status: open
title: ssl.wrap_ssl will fail on do_handshake if default parameters are supplied by user
type: crash
versions: Python 3.4

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


More information about the New-bugs-announce mailing list