From 49a751041b8c490b702bb1fa286009f70ea0c3c0 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 fbb05a1929..7d84746bb0 100644 --- a/CRM/Utils/VersionCheck.php +++ b/CRM/Utils/VersionCheck.php @@ -281,6 +281,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