Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter "--noProxy" #58

Open
kdeininger opened this issue Apr 26, 2021 · 1 comment
Open

Add parameter "--noProxy" #58

kdeininger opened this issue Apr 26, 2021 · 1 comment

Comments

@kdeininger
Copy link

It would be very useful to have an additional parameter to specify exceptions for the proxy.

Currently, we encounter problems accessing model repositories from within our cantonal infrastructure. To fetch models from the official or federal repository, we need to specify our proxy. But the requests to our cantonal repository are routed internally and do not work with the specified proxy. So we can only access either the external repositories or our internal one. The additional parameter could solve this problem, e.g. by specifying:

java -jar ili2c.jar --proxy proxy.example.com --proxyPort 8088 --noProxy models.example.com my_model.ili

--noProxy should also accept a list of URLs and wildcards.

@remyguillaume
Copy link

Hello,

We have currently exactly the same problem when trying to access for example models.interlis.ch from within our cantonal infrastructure (BS). But we have an additional request:

In Addition to the request of @kdeininger for a noProxy parameter, it would be great it we can specify a proxyUser and a proxyPassword parameter here as well.
This would allow it to work behind a corporate proxy with authentication.

Thanks 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants