Support for environment-based CA bundle configuration in httpx #3508
-
BackgroundCurrently, httpx requires explicit configuration of CA certificates through the verify parameter in Problem StatementThe lack of environment-based CA bundle configuration in httpx creates inconsistency with other Python HTTP clients and makes it harder to configure SSL/TLS verification across an entire application environment. Users currently must explicitly pass CA bundle paths to each httpx client instance, even when the environment already specifies a preferred CA bundle location. Motivation
Implementation Questions
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I've reviewed docs few times more and found that's not a bug, but feature.
|
Beta Was this translation helpful? Give feedback.
-
|
The code does not agree with the docs :) Lines 33 to 37 in 6c7af96 |
Beta Was this translation helpful? Give feedback.
I've reviewed docs few times more and found that's not a bug, but feature.