From: Tom Christie Date: Thu, 21 Nov 2024 13:33:30 +0000 (+0000) Subject: Update ssl.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4321f008edeafca891099798602f2c6dcd91e5d9;p=thirdparty%2Fhttpx.git Update ssl.md --- diff --git a/docs/advanced/ssl.md b/docs/advanced/ssl.md index e1f48986..024ef56c 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. To do this, it uses a bundle of SSL certificates (a.k.a. CA bundle) delivered by a trusted certificate authority (CA). +When making a request over HTTPS, HTTPX needs to verify the identity of the requested host. To do this, it relies 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