File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -716,10 +716,11 @@ HTTPS Certificates
716
716
~~~~~~~~~~~~~~~~~~
717
717
718
718
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
723
724
:ref: `http_client config reference <reference-http-client >`), but this is not
724
725
recommended in production.
725
726
You can’t perform that action at this time.
0 commit comments