Martin v. Löwis added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20924>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to