Open
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 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?
- I've read the CONTRIBUTING guide