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 botter
Recipients botter, christian.heimes
Date 2017-05-05.23:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494027525.33.0.822182237835.issue30288@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-05 23:38:45bottersetrecipients: + botter, christian.heimes
2017-05-05 23:38:45bottersetmessageid: <1494027525.33.0.822182237835.issue30288@psf.upfronthosting.co.za>
2017-05-05 23:38:45botterlinkissue30288 messages
2017-05-05 23:38:45bottercreate