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 <[email protected]>
  • Loading branch information
sethmlarson and ichard26 committed Jul 10, 2024
1 parent 29de6e2 commit 0750a8d
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 0750a8d

Please sign in to comment.