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::
712
712
Any exceptions thrown from the callback will be wrapped in an instance of
713
713
``TransportExceptionInterface `` and will abort the request.
714
714
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
+
715
726
Performance
716
727
-----------
717
728
You can’t perform that action at this time.
0 commit comments