Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend the use of pip-system-certs #649

Open
Andy-Grigg opened this issue Aug 21, 2024 · 0 comments
Open

Recommend the use of pip-system-certs #649

Andy-Grigg opened this issue Aug 21, 2024 · 0 comments

Comments

@Andy-Grigg
Copy link
Contributor

As a result of the issue seen in #637, we are settling on the idea to use pip-system-certs to address this issue, since it essentially does what we would do manually (i.e. look in system pre-defined paths for private CA certificates) but does it automatically by leveraging the system-wide OpenSSL configuration via the python ssl module.

We should decide how we want to do this:

The reason for not just including as a dependency in all situations is that it is very side-effect-y, in that it patches all instances of pip and requests at runtime. If a user isn't expecting this then it could be confusing.

Maybe we add it as an additional extra?

@ansys/matbu-project-maintainers Comments welcome on which way to go with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant