mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
merge 3.4
This commit is contained in:
commit
e3e8b07bcb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ The module provides the following classes:
|
||||||
:meth:`ssl.SSLContext.load_cert_chain` instead, or let
|
:meth:`ssl.SSLContext.load_cert_chain` instead, or let
|
||||||
:func:`ssl.create_default_context` select the system's trusted CA
|
:func:`ssl.create_default_context` select the system's trusted CA
|
||||||
certificates for you. The *check_hostname* parameter is also deprecated; the
|
certificates for you. The *check_hostname* parameter is also deprecated; the
|
||||||
:attr:`SSLContext.check_hostname` attribute of *context* should be used
|
:attr:`ssl.SSLContext.check_hostname` attribute of *context* should be used
|
||||||
instead.
|
instead.
|
||||||
|
|
||||||
Please read :ref:`ssl-security` for more information on best practices.
|
Please read :ref:`ssl-security` for more information on best practices.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue