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 @@ -760,6 +760,18 @@ called when new data is uploaded or downloaded and at least once per second::
760760Any exceptions thrown from the callback will be wrapped in an instance of
761761``TransportExceptionInterface `` and will abort the request.
762762
763+ HTTPS Certificates
764+ ~~~~~~~~~~~~~~~~~~
765+
766+ HttpClient uses the system's certificate store to validate SSL certificates
767+ (while browsers use their own stores). When using self-signed certificates
768+ during development, it's recommended to create your own certificate authority
769+ (CA) and add it to your system's store.
770+
771+ Alternatively, you can also disable ``verify_host `` and ``verify_peer `` (see
772+ :ref: `http_client config reference <reference-http-client >`), but this is not
773+ recommended in production.
774+
763775Performance
764776-----------
765777
You can’t perform that action at this time.
0 commit comments