Commit e1ca1a82 authored by Benjamin Peterson's avatar Benjamin Peterson

note xmlrpclib doesn't verify certs (yet)

parent 1d0efec6
......@@ -34,6 +34,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:`xmlrpclib` does not do any verification of
the server's certificate.
.. class:: ServerProxy(uri[, transport[, encoding[, verbose[, allow_none[, use_datetime]]]]])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment