Message106331
> 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) |
|
| 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: <[email protected]> |
| 2010-05-23 11:53:39 | pitrou | link | issue5639 messages |
| 2010-05-23 11:53:39 | pitrou | create | |
|