]> granicus.if.org Git - python/commitdiff
note xmlrpclib doesn't verify certs (yet)
authorBenjamin Peterson <benjamin@python.org>
Mon, 13 Oct 2014 15:53:54 +0000 (11:53 -0400)
committerBenjamin Peterson <benjamin@python.org>
Mon, 13 Oct 2014 15:53:54 +0000 (11:53 -0400)
Doc/library/xmlrpclib.rst

index 0e9ff4b4ffff7289aa944bb17dbd434a51dc9a85..766a796c3dc09f9c8d06579477ddcbdd6ce8c81e 100644 (file)
@@ -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]]]]])