mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 13:23:45 +02:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user