Skip to content

Commit

Permalink
Update docs/advanced/ssl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Nov 21, 2024
1 parent 670a156 commit 5560472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5560472

Please sign in to comment.