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 giampaolo.rodola
Recipients exarkun, giampaolo.rodola, janssen, pitrou
Date 2010-08-29.18:11:08
SpamBayes Score 0.003615814
Marked as misclassified No
Message-id <1283105470.14.0.471653191077.issue9706@psf.upfronthosting.co.za>
In-reply-to
Content
>>> ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
>>> ctx.wrap_socket(socket.socket(), server_side=1)
<ssl.SSLSocket object, fd=3, family=2, type=1, proto=0>
>>> 

I'm not sure how to raise ValueError("certfile must be specified") here as SSLContext class doesn't store certfile information, at least at Python level. Any hint?
History
Date User Action Args
2010-08-29 18:11:10giampaolo.rodolasetrecipients: + giampaolo.rodola, exarkun, janssen, pitrou
2010-08-29 18:11:10giampaolo.rodolasetmessageid: <1283105470.14.0.471653191077.issue9706@psf.upfronthosting.co.za>
2010-08-29 18:11:08giampaolo.rodolalinkissue9706 messages
2010-08-29 18:11:08giampaolo.rodolacreate