[issue7987] Python 3.1's http.client doesn't support HTTPS

2010-02-22 Thread Jelly Chen

New submission from Jelly Chen sinoje...@gmail.com:

posturl='https://storage.msn.com/storageservice/MetaWeblog.rpc'
username=sinojellycn
password=123456

blog = pyblog.WordPress(posturl, username, password)
content = {description:'Test description6', title:'Test article6'}
blog.new_post(content, blogid = 1) 

Traceback (most recent call last):
  File string, line 248, in run_nodebug
  File D:\Users\Documents\My 
Knowledge\Plugins\{A0D025CD-970A-4C62-97E4-5CF6F2C9DD6A}\BlogPost.py, line 
385, in module
blog = pyblog.WordPress(posturl, username, password)
  File D:\Users\Documents\My 
Knowledge\Plugins\{A0D025CD-970A-4C62-97E4-5CF6F2C9DD6A}\pyblog.py, line 266, 
in __init__
MetaWeblog.__init__(self, serverapi, username, password, encoding)
  File D:\Users\Documents\My 
Knowledge\Plugins\{A0D025CD-970A-4C62-97E4-5CF6F2C9DD6A}\pyblog.py, line 167, 
in __init__
Blog.__init__(self, serverapi, username, password, encoding, appkey)
  File D:\Users\Documents\My 
Knowledge\Plugins\{A0D025CD-970A-4C62-97E4-5CF6F2C9DD6A}\pyblog.py, line 63, 
in __init__
self.list_methods2()
  File D:\Users\Documents\My 
Knowledge\Plugins\{A0D025CD-970A-4C62-97E4-5CF6F2C9DD6A}\pyblog.py, line 87, 
in list_methods2
self.methods = self.server.system.listMethods()
  File C:\Python31\Lib\xmlrpc\client.py, line 1039, in __call__
return self.__send(self.__name, args)
  File C:\Python31\Lib\xmlrpc\client.py, line 1281, in __request
verbose=self.__verbose
  File C:\Python31\Lib\xmlrpc\client.py, line 1068, in request
http_conn = self.send_request(host, handler, request_body, verbose)
  File C:\Python31\Lib\xmlrpc\client.py, line 1193, in send_request
your version of http.client doesn't support HTTPS)
NotImplementedError: your version of http.client doesn't support HTTPS


--
components: Library (Lib)
messages: 99765
nosy: Jelly.Chen
severity: normal
status: open
title: Python 3.1's http.client doesn't support HTTPS
type: behavior
versions: Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7987
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7987] Python 3.1's http.client doesn't support HTTPS

2010-02-22 Thread Florent Xicluna

Florent Xicluna la...@yahoo.fr added the comment:

Duplicate of #6494: This is not a bug in Python. You need to build Python with 
SSL support for this to work.

--
nosy: +flox
priority:  - low
resolution:  - duplicate
status: open - closed
superseder:  - xmlrpc client does not support HTTPS

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7987
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com