Embedding SSL in Python

Robin Dunn robin at stop.spam.alldunn.com
Thu May 17 03:52:41 EDT 2001


> Has anyone had any success building POST for https by linking
> something like cURL and OpenSSL with Python?  I need to make
> ssl POSTs under w2000 and I don't mind embedding Python (all
> but the ssl POST is python and I'm not keen to change that).
>

A while back I built _socket.pyd for Python 2.0 with the SSl options enabled
and linked to OpenSSL.  I'm using it to do XML-RPC over SSL, works great.
One of these days I'll have to do it for Python 2.1 too.  You can get it
here:

http://alldunn.com/python/


--
Robin Dunn
Software Craftsman
robin at AllDunn.com       Java give you jitters?
http://wxPython.org      Relax with wxPython!






More information about the Python-list mailing list