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)
committerRuben Rodriguez <ruben@trisquel.org>
Mon, 5 Jun 2023 20:53:22 +0000 (16:53 -0400)
CRM/Utils/VersionCheck.php

index 56da0c7564ecfdface8596e7dbf14041e4e14423..a6d44478ff7a28b1b2789315079f37da6d00850b 100644 (file)
@@ -287,6 +287,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),
       ],