Fixes issue bpo-40127 - SSL library documentation
This commit is contained in:
parent
cd16661f90
commit
de1ad532af
|
@ -128,7 +128,7 @@ purposes.
|
||||||
*cafile*, *capath*, *cadata* represent optional CA certificates to
|
*cafile*, *capath*, *cadata* represent optional CA certificates to
|
||||||
trust for certificate verification, as in
|
trust for certificate verification, as in
|
||||||
:meth:`SSLContext.load_verify_locations`. If all three are
|
:meth:`SSLContext.load_verify_locations`. If all three are
|
||||||
:const:`None`, this function can choose to trust the system's default
|
:const:`None`, this function trusts the system's default
|
||||||
CA certificates instead.
|
CA certificates instead.
|
||||||
|
|
||||||
The settings are: :data:`PROTOCOL_TLS`, :data:`OP_NO_SSLv2`, and
|
The settings are: :data:`PROTOCOL_TLS`, :data:`OP_NO_SSLv2`, and
|
||||||
|
|
Loading…
Reference in New Issue