File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -767,6 +767,18 @@ called when new data is uploaded or downloaded and at least once per second::
767767Any exceptions thrown from the callback will be wrapped in an instance of
768768``TransportExceptionInterface `` and will abort the request.
769769
770+ HTTPS Certificates
771+ ~~~~~~~~~~~~~~~~~~
772+
773+ HttpClient uses the system's certificate store to validate SSL certificates
774+ (while browsers use their own stores). When using self-signed certificates
775+ during development, it's recommended to create your own certificate authority
776+ (CA) and add it to your system's store.
777+
778+ Alternatively, you can also disable ``verify_host `` and ``verify_peer `` (see
779+ :ref: `http_client config reference <reference-http-client >`), but this is not
780+ recommended in production.
781+
770782Performance
771783-----------
772784
You can’t perform that action at this time.
0 commit comments