[issue3823] ssl.wrap_socket() is incompatible with servers that drop privileges, due to keyfile requirement

Antoine Pitrou report at bugs.python.org
Tue Jun 29 18:18:09 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> I take it this is out for 2.7, will it be in 3.2?

The patch for issue8550 has been committed. The SSLContext API should solve this issue:
http://docs.python.org/dev/py3k/library/ssl.html#ssl.SSLContext.wrap_socket

If it doesn't, please explain why.

----------
resolution: accepted -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list