HTTPS support in httplib
John Hampton <[email protected]> Mon, 06 Oct 2008 23:22:21 -0700
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
All, I'm developing an application for the handheld that uses xmlrpc lib. I'd really like to use https://, however, if I try, it complains: NotImplementedError: your version of httplib doesn't support HTTPS So, has anyone implemented https support? Or does anyone have any pointers as to where I need to start looking to provide such support? I'm using PythonCE-2.5-20061219. Thanks. -John