HTTPS support in httplib

View: New views
3 Messages — Rating Filter:   Alert me  

HTTPS support in httplib

by John Hampton-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce

Parent Message unknown Re: HTTPS support in httplib

by Ingmar Steen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 reply is above the original message. Blackberry doesn't give me any options.

------Original Message------
From: John Hampton
Sender: pythonce-bounces+iksteen=gmail.com@...
To: pythonce@...
Subject: [PythonCE] HTTPS support in httplib
Sent: Oct 7, 2008 08:22

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
_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce


---
_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce

Parent Message unknown Re: HTTPS support in httplib

by Alexandre Delattre :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

You may give a try to tlslite <http://trevp.net/tlslite/> which works fine with PythonCe.

Alexandre

_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce