From 04f0cd3edb17034f69923d08ab0c56a3b905530b 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 4a9407f5db..8ea909040d 100644 --- a/CRM/Utils/VersionCheck.php +++ b/CRM/Utils/VersionCheck.php @@ -285,6 +285,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