Fix socket.io error
We no longer support self-signed certs, so if we cant connect 99% chance the daemon is off.
This commit is contained in:
parent
e552b788b4
commit
52a2f2e2ae
3 changed files with 2 additions and 5 deletions
|
@ -79,7 +79,6 @@ class Node extends Model
|
|||
'base_uri' => sprintf('%s://%s:%s/', $nodeData->scheme, $nodeData->fqdn, $nodeData->daemonListen),
|
||||
'timeout' => 10.0,
|
||||
'connect_timeout' => 5.0,
|
||||
'verify' => false,
|
||||
]);
|
||||
|
||||
return self::$guzzle[$node];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue