Use proxy to look for civicrm updates, fixes RT#1314844
[civicrm-core.git] / 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),
       ],