Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77a75b3

Browse files
committed
note xmlrpclib doesn't verify certs (yet)
1 parent 5e7b542 commit 77a75b3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/xmlrpc.client.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ between conformable Python objects and XML on the wire.
2727
constructed data. If you need to parse untrusted or unauthenticated data see
2828
:ref:`xml-vulnerabilities`.
2929

30+
.. warning::
31+
32+
In the case of https URIS, :mod:`xmlrpc.client` does not do any verification
33+
of the server's certificate.
34+
3035

3136
.. class:: ServerProxy(uri, transport=None, encoding=None, verbose=False, \
3237
allow_none=False, use_datetime=False, \

0 commit comments

Comments
 (0)