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.

Author rhettinger
Recipients rhettinger
Date 2011-11-14.17:29:26
SpamBayes Score 0.06492781
Marked as misclassified No
Message-id <1321291767.37.0.486686259371.issue13403@psf.upfronthosting.co.za>
In-reply-to
Content
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/
History
Date User Action Args
2011-11-14 17:29:27rhettingersetrecipients: + rhettinger
2011-11-14 17:29:27rhettingersetmessageid: <1321291767.37.0.486686259371.issue13403@psf.upfronthosting.co.za>
2011-11-14 17:29:26rhettingerlinkissue13403 messages
2011-11-14 17:29:26rhettingercreate