Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/ssl.rst
Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
  • Loading branch information
vstinner and illia-v authored Nov 3, 2022
commit ce7a34a5c4ed74c8ae057da987b45aca5c2eca5e
2 changes: 1 addition & 1 deletion Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Certificate handling
the SSL protocol to attempt to connect to the server. If *ca_certs* is
specified, it should be a file containing a list of root certificates, the
same format as used for the *cafile* parameter in
:meth:`SSLContext.wrap_socket`. The call will attempt to validate the
:meth:`SSLContext.load_verify_locations`. The call will attempt to validate the
server certificate against that set of root certificates, and will fail
if the validation attempt fails. A timeout can be specified with the
``timeout`` parameter.
Expand Down