You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.