Proxy issues

Running GPM commands behind a proxy might result in an error.

cURL allows you to set the proxy as an environment variable (http_proxy and https_proxy), without changes needed in Grav.

See http://stackoverflow.com/questions/7559103/how-to-setup-curl-to-permanently-use-a-proxy

But first, if your environment has fopen enabled, you need to turn it off by disabling allow_url_fopen via php.ini.

This is because if fopen is available, Grav automatically uses that over curl.

Found errors? Think you can improve this documentation? Simply click the Edit link at the top of the page, and then the icon on Github to make your changes.

Results