Re: [PythonCE] HTTPS support in httplib

2008-10-07 Thread Alexandre Delattre
Hi, You may give a try to tlslite which works fine with PythonCe. Alexandre___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] HTTPS support in httplib

2008-10-07 Thread Ingmar Steen
ar Ps. Sorry if this reply is above the original message. Blackberry doesn't give me any options. --Original Message-- From: John Hampton Sender: [EMAIL PROTECTED] To: pythonce@python.org Subject: [PythonCE] HTTPS support in httplib Sent: Oct 7, 2008 08:22 All, I'm developing

[PythonCE] HTTPS support in httplib

2008-10-06 Thread John Hampton
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 whe