Skip to content

Commit

Permalink
Add wording suggestion from review
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Si <sichard26@gmail.com>
  • Loading branch information
2 people authored and pradyunsg committed Jul 13, 2024
1 parent 7114040 commit 69874c7
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 69874c7

Please sign in to comment.