mirror of https://github.com/MISP/MISP
commit
e880b6a458
|
@ -3894,7 +3894,7 @@ class Server extends AppModel
|
|||
$syncTool = new SyncTool();
|
||||
try {
|
||||
$HttpSocket = $syncTool->setupHttpSocket();
|
||||
$proxyResponse = $HttpSocket->get('http://www.example.com/');
|
||||
$proxyResponse = $HttpSocket->get('https://www.github.com/');
|
||||
} catch (Exception $e) {
|
||||
$proxyStatus = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue