From f4a580c5c4f9599720b6046c7b1fade89a2a3b9b 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 9d2fe9f6f2..66bdd2da0f 100644 --- a/CRM/Utils/VersionCheck.php +++ b/CRM/Utils/VersionCheck.php @@ -296,6 +296,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