Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truststore by default #11647

Merged
merged 5 commits into from
Jul 19, 2024
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
Add wording suggestion from review
Co-authored-by: Richard Si <sichard26@gmail.com>
  • Loading branch information
2 people authored and pradyunsg committed Jul 13, 2024
commit 69874c79aa477fe9f4d7c5ece3e7668069daf5ce
3 changes: 2 additions & 1 deletion docs/html/topics/https-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ To opt-out of using system certificates you can pass the `--use-deprecated=legac
flag to pip.

```{warning}
On Python 3.9 or earlier, by default only certifi is used to verify HTTPS connections.
On Python 3.9 or earlier, only certifi is used to verify HTTPS connections as
`truststore` requires Python 3.10 or higher to function.

The system certificate store won't be used in this case, so some situations like proxies
with their own certificates may not work. Upgrading to at least Python 3.10 or later is
Expand Down
Loading