[New-bugs-announce] [issue13403] Option for XMLPRC Server to support HTTPS

Raymond Hettinger report at bugs.python.org
Mon Nov 14 18:29:27 CET 2011


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

The xmlrpc.client module supports secure transport using https; however, the xmlrpc.server does not have an https option.

Adding this support isn't difficult.  Here's an example of how to it could be implemented:  http://code.activestate.com/recipes/496786-simple-xml-rpc-server-over-https/

----------
components: Library (Lib)
messages: 147622
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Option for XMLPRC Server to support HTTPS
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13403>
_______________________________________


More information about the New-bugs-announce mailing list