xmlrpc client on windows + https: error

Ruslan Spivak alienoid at is.lg.ua
Mon Jun 9 10:25:24 EDT 2003


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.

Your help is very, very appreciated.

Best regards,
Ruslan






More information about the Python-list mailing list