From: Tom Christie Date: Thu, 21 Nov 2024 13:42:26 +0000 (+0000) Subject: Update docs/advanced/ssl.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5560472f7dbdbabaf44c7da5ff8e798cfbb2b985;p=thirdparty%2Fhttpx.git Update docs/advanced/ssl.md --- 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.