Merge pull request #4139 from iwitz/patch-1

Change test URL for proxy
pull/4147/head
Andras Iklody 2019-02-12 13:10:41 +01:00 committed by GitHub
commit e880b6a458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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