8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ac25b commit 66747e8Copy full SHA for 66747e8
src/Symfony/Component/HttpClient/Tests/NativeHttpClientTest.php
@@ -18,7 +18,7 @@ class NativeHttpClientTest extends HttpClientTestCase
18
{
19
protected function getHttpClient(string $testCase): HttpClientInterface
20
21
- return new NativeHttpClient();
+ return new NativeHttpClient(['verify_peer' => false, 'verify_host' => false]);
22
}
23
24
public function testInformationalResponseStream()
0 commit comments