You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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:
--noProxy
should also accept a list of URLs and wildcards.The text was updated successfully, but these errors were encountered: