xmlrpc client on windows + https: error

Gerhard Häring gh at ghaering.de
Mon Jun 9 10:42:24 EDT 2003


Ruslan Spivak wrote:
> Hello, python users!
> 
> I've installed Python-2.2.2 on WinXP and trying to make xmlrp request 
> with https
> 
> import xmlrpclib
> s = xmlrpclib.Server("https://192.168.1.1:81")
> s.printRes("test")
> 
> i get an error:
> .....
> Your version of httplib doesn't support HTTPS
> Can you tell me what to do? How to make it work on windows, cause on my 
> linux box it's ok with python2.2.2.  [...]

You can replace _socket.pyd with the one I built with SSL support:

http://pypgsql.sourceforge.net/misc/python22-win32-ssl.zip

-- Gerhard





More information about the Python-list mailing list