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, 30 Nov 2023 20:03:25 +0000 (15:03 -0500)
CRM/Utils/VersionCheck.php

index 80491b7c28cfbfeb707c67ddbaa690451946271d..3f463ac2b2b04dd5b9b0375cb1efcbaf292ef2ca 100644 (file)
@@ -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),
       ],