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>
Thu, 13 Jul 2023 18:31:54 +0000 (14:31 -0400)
CRM/Utils/VersionCheck.php

index 9d0781a7a4d7bda7cbbea8abf84e529c31615431..30205cbfa312b687cfa3d76296a846f4ea8ae325 100644 (file)
@@ -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),
       ],