Last Updated: February 25, 2016
·
1.378K
· lushu

Eclipse Orion access Internet through a HTTP proxy

Behind a HTTP proxy, Orion cannot access to git repository. Add following lines to the orion.ini file:

-Dhttp.proxyHost=yourproxyserver
-Dhttp.proxyPort=proxyport
-Dhttps.proxyHost=yourproxyserver
-Dhttps.proxyPort=proxyport