Message 106331 - Python tracker (original) (raw)

Message106331

Author pitrou
Recipients exarkun, giampaolo.rodola, grooverdan, janssen, jcea, pdp, pitrou
Date 2010-05-23.11:53:39
SpamBayes Score 0.0011886796
Marked as misclassified No
Message-id 1274615621.77.0.32793557213.issue5639@psf.upfronthosting.co.za
In-reply-to
Content
> ctx = ssl.SSLContext(ssl.PROTOCOL_TLSv1) > ctx.set_tlsext_host_name("foo.bar") Well, the hostname should be specific to a connection, so I'm not sure it makes sense to set it on the context. (besides, the OpenSSL APIs only allow it to be set on the SSL structure)
History
Date User Action Args
2010-05-23 11:53:42 pitrou set recipients: + pitrou, jcea, exarkun, janssen, giampaolo.rodola, pdp, grooverdan
2010-05-23 11:53:41 pitrou set messageid: 1274615621.77.0.32793557213.issue5639@psf.upfronthosting.co.za
2010-05-23 11:53:39 pitrou link issue5639 messages
2010-05-23 11:53:39 pitrou create