From: Ruben Rodriguez Date: Thu, 23 Aug 2018 22:17:57 +0000 (-0400) Subject: Use proxy to look for civicrm updates, fixes RT#1314844 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8c469a551dd58a7149c598d7b30580e9db13ee16;p=civicrm-core.git Use proxy to look for civicrm updates, fixes RT#1314844 --- diff --git a/CRM/Utils/VersionCheck.php b/CRM/Utils/VersionCheck.php index 80491b7c28..3f463ac2b2 100644 --- a/CRM/Utils/VersionCheck.php +++ b/CRM/Utils/VersionCheck.php @@ -289,6 +289,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), ],