]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-91740)
authorpukkandan <pukkandan.ytdlp@gmail.com>
Wed, 7 Aug 2024 08:30:30 +0000 (14:00 +0530)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2024 08:30:30 +0000 (11:30 +0300)
commit9e551f9b351440ebae79e07a02d0e4a1b61d139e
treed69d44630e17f9ce19635e73763a9fe7202c2837
parentb6c80e21c78ea86fb12b331f69881a586ed487e0
gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-91740)

An error in one certificate should not cause the whole thing to fail.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/ssl.py
Misc/NEWS.d/next/Windows/2022-04-20-18-32-30.gh-issue-79846.Vggv3f.rst [new file with mode: 0644]