@@ -22,7 +22,7 @@ |
||
| 22 | 22 | protected HTTPOptions|SettingsContainerInterface $options; |
| 23 | 23 | protected LoggerInterface $logger; |
| 24 | 24 | protected ResponseFactoryInterface $responseFactory; |
| 25 | - protected ?StreamFactoryInterface $streamFactory = null; |
|
| 25 | + protected ?StreamFactoryInterface $streamFactory = null; |
|
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * HTTPClientAbstract constructor. |
@@ -170,12 +170,12 @@ |
||
| 170 | 170 | |
| 171 | 171 | // @codeCoverageIgnoreStart |
| 172 | 172 | $msg = 'No system CA bundle could be found in any of the the common system locations. ' |
| 173 | - .'In order to verify peer certificates, you will need to supply the path on disk to a certificate bundle via ' |
|
| 174 | - .'HTTPOptions::$ca_info. If you do not need a specific certificate bundle, ' |
|
| 175 | - .'then you can download a CA bundle over here: https://curl.haxx.se/docs/caextract.html. ' |
|
| 176 | - .'Once you have a CA bundle available on disk, you can set the "curl.cainfo" php.ini setting to point ' |
|
| 177 | - .'to the path of the file, allowing you to omit the $ca_info setting. ' |
|
| 178 | - .'See https://curl.se/docs/sslcerts.html for more information.'; |
|
| 173 | + .'In order to verify peer certificates, you will need to supply the path on disk to a certificate bundle via ' |
|
| 174 | + .'HTTPOptions::$ca_info. If you do not need a specific certificate bundle, ' |
|
| 175 | + .'then you can download a CA bundle over here: https://curl.haxx.se/docs/caextract.html. ' |
|
| 176 | + .'Once you have a CA bundle available on disk, you can set the "curl.cainfo" php.ini setting to point ' |
|
| 177 | + .'to the path of the file, allowing you to omit the $ca_info setting. ' |
|
| 178 | + .'See https://curl.se/docs/sslcerts.html for more information.'; |
|
| 179 | 179 | |
| 180 | 180 | throw new ClientException($msg); |
| 181 | 181 | // @codeCoverageIgnoreEnd |