This commit is contained in:
Marcel Pociot
2020-12-05 00:34:01 +01:00
parent 41e6e674e0
commit 7bfb618d93
2 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,6 @@ class HttpClient
protected function createConnector(): Connector
{
return new Connector($this->loop, [
'dns' => '127.0.0.1',
'tls' => [
'verify_peer' => false,
'verify_peer_name' => false,