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 [email protected] http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] HTTPS support in httplib

2008-10-07 Thread Ingmar Steen
Hi John, >From what I remeber from earlier endeavours is that PythonCE doesn't come with >the ssl module. To build the module you'll need to build OpenSSL for your device and then compile Python's ssl module. This was a while ago though, things may have changed. Ingmar Ps. Sorry if this repl