Use proxy to look for civicrm updates, fixes RT#1314844
authorRuben Rodriguez <ruben@fsf.org>
Thu, 23 Aug 2018 22:17:57 +0000 (18:17 -0400)
committerMichael McMahon <michael@fsf.org>
Tue, 27 Sep 2022 21:05:22 +0000 (17:05 -0400)
CRM/Utils/VersionCheck.php

index 4a9407f5dbe8f7783b30a9f77c0f6da81415cd4c..8ea909040db70a22fb45240f02757c79d36ed6cb 100644 (file)
@@ -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),
       ],