Skip to content

Conversation

@nateprewitt
Copy link
Member

This is a proposal to address #6071. Rather than settling on the final value from CURL_CA_BUNDLE we'll end the conditional change with verify. This ensures we don't accidentally take a "falsey" value and disable verification for misconfigured environments.

@sigmavirus24 sigmavirus24 merged commit 79f6027 into psf:main Feb 26, 2022
@nateprewitt nateprewitt deleted the curl_ca_bundle branch February 26, 2022 13:42
@nateprewitt nateprewitt added this to the 2.28.0 milestone Apr 7, 2022
@nateprewitt nateprewitt mentioned this pull request Jun 8, 2022
@RafalSkolasinski
Copy link

So... we considered this a feature and not a bug. How can we control verify=False through environmental variables now?

@RafalSkolasinski
Copy link

RafalSkolasinski commented Jul 25, 2022

Use case when call of requests api is buried deep in the dependency stack and you need to force verify=False

@psf psf locked and limited conversation to collaborators Jul 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CURL_CA_BUNDLE= disables certificate verification

3 participants