note xmlrpclib doesn't verify certs (yet)

This commit is contained in:
Benjamin Peterson 2014-10-13 11:54:50 -04:00
parent 5e7b542774
commit 77a75b3db1
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ between conformable Python objects and XML on the wire.
constructed data. If you need to parse untrusted or unauthenticated data see
:ref:`xml-vulnerabilities`.
.. warning::
In the case of https URIS, :mod:`xmlrpc.client` does not do any verification
of the server's certificate.
.. class:: ServerProxy(uri, transport=None, encoding=None, verbose=False, \
allow_none=False, use_datetime=False, \