From f8eff31e4876483ff0a2a85170284979c2344832 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Thu, 23 Aug 2018 18:17:57 -0400 Subject: [PATCH] Use proxy to look for civicrm updates, fixes RT#1314844 --- CRM/Utils/VersionCheck.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/VersionCheck.php b/CRM/Utils/VersionCheck.php index 56da0c7564..a6d44478ff 100644 --- a/CRM/Utils/VersionCheck.php +++ b/CRM/Utils/VersionCheck.php @@ -287,6 +287,7 @@ class CRM_Utils_VersionCheck { $params = [ 'http' => [ 'method' => 'POST', + 'proxy'=>"tcp://serverproxy0p.fsf.org:8118", 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => http_build_query($this->stats), ], -- 2.25.1