Support HTTPS URIs in `twisted.web.client.Agent`
[email protected] Mon, 14 Sep 2009 15:48:07 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from exarkun <[email protected]>: #3987 introduced `Agent` with a `request` method that accepts URIs. It only implemented support for HTTP URIs, though. It should be extended to support HTTPS as well. This should include proper certificate checking (and a way to skip this, for when you really just want the page, darn it). ---------- Type : enhancement Component: web Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4023