SSL Behaviour: Documentation vs Code discrepancy #3570
Unanswered
atatarn
asked this question in
Potential Issue
Replies: 2 comments 1 reply
-
I was stumbling over the same thing. Here's some more context: Here's an example illustrating the behavior:
(Behind an SSL termination proxy, Python 3.12.3, httpx 0.28.1) Support for the environment variables was added in #307, including documentation. However, it was removed again in #3319, which also added the section pointed out by @atatarn. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is correctly identified as a docs-issue and pull requests resolving it are welcome. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the current docs there is this:

https://www.python-httpx.org/advanced/ssl/#working-with-ssl_cert_file-and-ssl_cert_dir
But the current master and
httpx==0.28.1
have this: https://github.com/encode/httpx/blob/6c7af967734bafd011164f2a1653abc87905a62b/httpx/_config.py#L34C9-L35C81This is an issue, hopefully in the documentation. :)
Beta Was this translation helpful? Give feedback.
All reactions