| commit | 8c01b3426860acd5252a644e222b1d0d1f4e118f | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Sep 02 12:53:59 2024 +0200 |
| committer | GitHub <noreply@github.com> | Mon Sep 02 12:53:59 2024 +0200 |
| tree | 3f8ef3eaf250616422c12f15186b846a3c590355 | |
| parent | 8a4f7082207cf11b26818c3290097856737b0385 [diff] |
[3.13] gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-91740) (#122768) 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. (cherry picked from commit 9e551f9b351440ebae79e07a02d0e4a1b61d139e) Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>