Skip to content

Commit cff3403

Browse files
committed
Tweaks
1 parent dce80f9 commit cff3403

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

http_client.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,11 @@ HTTPS Certificates
716716
~~~~~~~~~~~~~~~~~~
717717

718718
HttpClient uses the system's certificate store to validate SSL certificates
719-
(while browsers are using their own stores). If you're using self-signed certificates
720-
during development, the recommended way is to create your own certificate authority (CA)
721-
and add it to your system's store.
722-
Alternatively, you can also disable `verify_host` and `verify_peer` (see
719+
(while browsers use their own stores). When using self-signed certificates
720+
during development, it's recommended to create your own certificate authority
721+
(CA) and add it to your system's store.
722+
723+
Alternatively, you can also disable ``verify_host`` and ``verify_peer`` (see
723724
:ref:`http_client config reference <reference-http-client>`), but this is not
724725
recommended in production.
725726

0 commit comments

Comments
 (0)