Christian Heimes added the comment:

You cannot use wrap_socket() to wrap a SSLSocket into another SSLSocket. Python 
uses SSL_set_fd() to wrap the socket's file descriptor. OpenSSL directly pulls 
and pushes data to the connection. Instead you have to use wrap_bio() and do 
I/O on your own.

----------

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

Reply via email to