From 5560472f7dbdbabaf44c7da5ff8e798cfbb2b985 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 21 Nov 2024 13:42:26 +0000 Subject: [PATCH] Update docs/advanced/ssl.md --- docs/advanced/ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/ssl.md b/docs/advanced/ssl.md index 4ad35734..fc466571 100644 --- a/docs/advanced/ssl.md +++ b/docs/advanced/ssl.md @@ -52,7 +52,7 @@ client = httpx.Client(verify=ctx) Unlike `requests`, the `httpx` package does not automatically pull in [the environment variables `SSL_CERT_FILE` or `SSL_CERT_DIR`](https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_default_verify_paths.html). -These environment variables shouldn't be required since they're obsoleted by `truststore`. They can be enabled if required like so... +These environment variables shouldn't be necessary since they're obsoleted by `truststore`. They can be enabled if required like so... ```python # Use `SSL_CERT_FILE` or `SSL_CERT_DIR` if configured. -- 2.47.3