mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #9983: warn that urllib and httplib don't perform SSL certificate validation.
This commit is contained in:
parent
c3ed2e7f83
commit
79ecd7621e
2 changed files with 10 additions and 6 deletions
|
|
@ -11,6 +11,10 @@ The :mod:`urllib.request` module defines functions and classes which help in
|
|||
opening URLs (mostly HTTP) in a complex world --- basic and digest
|
||||
authentication, redirections, cookies and more.
|
||||
|
||||
.. warning:: When opening HTTPS (or FTPS) URLs, it is not attempted to
|
||||
validate the server certificate. Use at your own risk!
|
||||
|
||||
|
||||
The :mod:`urllib.request` module defines the following functions:
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue