https://reviews.mahara.org/431

** Changed in: mahara
     Assignee: (unassigned) => Hugh Davenport (hugh-catalyst)

** Changed in: mahara
       Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/562699

Title:
  xmlrpc client API doesn't use proxy settings

Status in Mahara ePortfolio:
  In Progress

Bug description:
  in api/xmlrpc/client.php: function send():

  this doesn't ever use proxy settings, hence was timing out for me
  because my web server MUST go through a proxy.

  I was able to fix it by adding these lines:

          if($proxy_address = get_config('proxyaddress')) {
            curl_setopt($ch, CURLOPT_PROXY, $proxy_address);
          }

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/562699/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to