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 loewis
Recipients bob.bob, giampaolo.rodola, loewis, pitrou, rv, vstinner
Date 2014-03-30.15:21:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396192898.39.0.604322589859.issue20924@psf.upfronthosting.co.za>
In-reply-to
Content
As Antoine says: if the socket is *really* in blocking mode, then SSL_do_handshake should block until the handshake if fully complete. It should not return SSL_ERROR_WANT_READ in this case.

If you have managed to build Python for yourself to diagnose this further, please add a call to ioctlsocket in this loop to verify that the socket is in blocking mode.
History
Date User Action Args
2014-03-30 15:21:38loewissetrecipients: + loewis, pitrou, vstinner, giampaolo.rodola, bob.bob, rv
2014-03-30 15:21:38loewissetmessageid: <1396192898.39.0.604322589859.issue20924@psf.upfronthosting.co.za>
2014-03-30 15:21:38loewislinkissue20924 messages
2014-03-30 15:21:38loewiscreate