From 218db9b6dbcceb33ba64b6129c69aa2aaf25571b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 21 Nov 2024 13:36:31 +0000 Subject: [PATCH] Update 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 c70e05a9..4ad35734 100644 --- a/docs/advanced/ssl.md +++ b/docs/advanced/ssl.md @@ -1,4 +1,4 @@ -When making a request over HTTPS, HTTPX needs to verify the identity of the requested host. We rely on the [`truststore`](https://truststore.readthedocs.io/en/latest/) package to load the system certificates, ensuring that `httpx` has the same behaviour on SSL sites as your browser. +When making a request over HTTPS we need to verify the identity of the requested host. We rely on the [`truststore`](https://truststore.readthedocs.io/en/latest/) package to load the system certificates, ensuring that `httpx` has the same behaviour on SSL sites as your browser. ### SSL verification