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.
Created on 2010年05月24日 16:02 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg106362 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年05月24日 16:02 | |
3.2 introduces SSL contexts, which allow bundling SSL configuration options, certificates and private keys into a single (potentially long-lived) structure. http://docs.python.org/dev/py3k/library/http.client.html http.client.HTTPSConnection should allow passing an SSL context object instead of a cert/key pair. |
|||
| msg106364 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年05月24日 16:05 | |
Ah, sorry for the bad URL: http://docs.python.org/dev/py3k/library/ssl.html#ssl.SSLContext |
|||
| msg120959 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年11月11日 15:55 | |
Fixed as part of #9003. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:01 | admin | set | github: 53050 |
| 2010年11月11日 15:55:14 | pitrou | set | status: open -> closed resolution: duplicate superseder: urllib.request and http.client should allow certificate checking messages: + msg120959 |
| 2010年05月24日 18:17:21 | giampaolo.rodola | set | nosy:
+ janssen |
| 2010年05月24日 16:05:02 | pitrou | set | messages: + msg106364 |
| 2010年05月24日 16:02:02 | pitrou | create | |