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

env var to skip cert verify for dev contexts #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

palixthepalalix
Copy link

We have a dev artifactory instance, and the server's certs don't pass verify.

You can do this with the vanilla requests library by setting the CURL_CA_BUNDLE environment variable to an empty string. However, the artifactory class forces verify by passing a bundle by default. I would like to be able to override this behavior with an environment variable.

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

Successfully merging this pull request may close these issues.

1 participant