[feature] Add pip-system-certs to python dependencies
- Dominant language
- C++
- Stars
- 125
- Forks
- 382
- Avg merge
- 22h 39m
- Merged PRs (30d)
- 21
Description
### What is your suggestion?
As conan seems to be widely used in corporate networks it seems like it would be a good idea to add [pip-system-certs](https://pypi.org/project/pip-system-certs/) to the dependencies.
This should help anybody who has corporate self-signed certificates due to ssl inspection policies, as it forces python `requests` to use the system certificate store as well as the `certifi` store. The self signed cert aught to be on the system store, so no extra work is needed by the dev to get `conan install` to work.
### Have you read the CONTRIBUTING guide?
- [X] I've read the CONTRIBUTING guide
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.