-
Notifications
You must be signed in to change notification settings - Fork 15
Support for configuring proxies #60
Comments
Eclipse supports the proxy settings of the OS (at least on windows). |
So what I am saying is that oasp4j-ide already supports your use-case and the person responsible for maintaining the settings can configure all you need. Probably we should first investigate what the actual problem is.
|
In case you are doing a closed project where all team members have the same environment/network you can explicitly configure here:
However the global approach is far better as I assume you never want the different tools to use different proxy-servers. |
@hohwille OS is the corporate Windows 7, configured to use a corporate proxy with authentication via Internet Options of IE and via HTTP_PROXY and HTTPS_PROXY env variables. None of the following works OOTB:
It is true that this could be supplied via project-specific settings, but I still see this as problematic for international teams, and also for the first experience with the OASP sample. An alternative could be to offer proxy configuration on top of create-or-update-workspace, or as a separate script, which prompts the user if she wants to configure a proxy, and if so, asks for the proxy details. |
Very interesting is that here in Germany it works OOTB. Seems some setting is different in Spain. We should use the standardized env variables such as http_proxy_host and http_proxy_port. |
IMHO we are using this approach in Germany: |
Hi,
in the corporate network here in Spain we have to use a HTTP proxy. Right now this means that after setting up the project environment with oasp4j-ide, you have to manually configure this proxy in:
and every other tool which needs internet connection.
I think this would be a nice feature for the environment scripts to configure automatically, although it is not a completely trivial task.
Would you be open for such a feature addition?
The text was updated successfully, but these errors were encountered: