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
716716~~~~~~~~~~~~~~~~~~
717717
718718HttpClient 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
724725recommended in production.
725726
You can’t perform that action at this time.
0 commit comments