This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: xmlrpc client does not support HTTPS
Type: crash Stage:
Components: Versions: Python 3.1
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: lister171254, loewis
Priority: normal Keywords:

Created on 2009-07-16 02:05 by lister171254, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg90551 - (view) Author: Leo (lister171254) Date: 2009-07-16 02:05
I just downloaded and installed V3.1 on Ubuntu and get the following error.

File "/usr/local/lib/python3.1/xmlrpc/client.py", line 1183, in send_request
    "your version of http.client doesn't support HTTPS")

Thanks,

Leo
msg90553 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2009-07-16 05:19
This is not a bug in Python. You need to build Python with SSL support
for this to work.
History
Date User Action Args
2022-04-11 14:56:51adminsetgithub: 50743
2010-02-22 16:10:02floxlinkissue7987 superseder
2009-07-16 05:19:28loewissetstatus: open -> closed

nosy: + loewis
messages: + msg90553

resolution: not a bug
2009-07-16 02:05:54lister171254create