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 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:42pitrousetrecipients: + pitrou, jcea, exarkun, janssen, giampaolo.rodola, pdp, grooverdan
2010-05-23 11:53:41pitrousetmessageid: <1274615621.77.0.32793557213.issue5639@psf.upfronthosting.co.za>
2010-05-23 11:53:39pitroulinkissue5639 messages
2010-05-23 11:53:39pitroucreate