File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
By default, pip will perform SSL certificate verification for network
10
10
connections it makes over HTTPS. These serve to prevent man-in-the-middle
11
- attacks against package downloads. Pip by default uses a bundled CA certificate
12
- store from {pypi}` certifi ` .
11
+ attacks against package downloads.
13
12
14
13
## Using a specific certificate store
15
14
@@ -37,6 +36,10 @@ flag to pip.
37
36
38
37
``` {warning}
39
38
If Python 3.9 or earlier is in use then only certifi is used to verify HTTPS connections.
39
+
40
+ The system certificate store won't be used in this case, so some situations like proxies
41
+ with their own certificates may not work. Upgrading to at least Python 3.10 or later is
42
+ the recommended method to resolve this issue.
40
43
```
41
44
42
45
[ truststore github issue tracker] :
You can’t perform that action at this time.
0 commit comments