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