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

Antoine Pitrou report at bugs.python.org
Tue May 4 16:07:47 CEST 2010


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

There's a patch in issue8550 to expose SSL contexts as first-class objects. It allows you to create first your context object(s) and load certificates, then drop privileges, then create sockets using this/these contexts.
In any case, resolution can't happen before 3.2. 2.7 is in feature freeze now.

----------
nosy: +pitrou
versions: +Python 3.2 -Python 2.6

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


More information about the Python-bugs-list mailing list