File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -712,6 +712,17 @@ called when new data is uploaded or downloaded and at least once per second::
712712Any exceptions thrown from the callback will be wrapped in an instance of
713713``TransportExceptionInterface `` and will abort the request.
714714
715+ HTTPS Certificates
716+ ~~~~~~~~~~~~~~~~~~
717+
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
723+ :ref: `http_client config reference <reference-http-client >`), but this is not
724+ recommended in production.
725+
715726Performance
716727-----------
717728
You can’t perform that action at this time.
0 commit comments