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=8aecfabc5224243c393cdc053e456ed86c935f02;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 9d0781a7a4..30205cbfa3 100644 --- a/CRM/Utils/VersionCheck.php +++ b/CRM/Utils/VersionCheck.php @@ -286,6 +286,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), ],