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:
Dane Everitt 2016-01-05 01:19:59 -05:00
parent e552b788b4
commit 52a2f2e2ae
3 changed files with 2 additions and 5 deletions

View file

@ -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];