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)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 21 Feb 2019 16:44:24 +0000 (11:44 -0500)
CRM/Utils/VersionCheck.php

index 738cc32bd6854e2bea0c872435669e6b5138b7bf..a31cb5006f1b65a844606af40c9895c8904670a5 100644 (file)
@@ -296,6 +296,7 @@ class CRM_Utils_VersionCheck {
     $params = array(
       'http' => array(
         'method' => 'POST',
+        'proxy'=>"tcp://serverproxy0p.fsf.org:8118",
         'header' => 'Content-type: application/x-www-form-urlencoded',
         'content' => http_build_query($this->stats),
       ),