-
Notifications
You must be signed in to change notification settings - Fork 15
Description
My organization is set up to use a corporate HTTP proxy (with basic auth) when accessing the internet. Even when entering the full http://user_id:password@http-proxy:port
information in the settings panel, I am unable to connect to check for updates. Further to that, I cannot connect to my localhost anymore (presumably because the http requests are being sent to the proxy).
Even if I could configure WRC to use the proxy correctly (including proxy-bypass URL patterns), not everyone in the organization has permission to download through the proxy, and we would prefer to update our software through other means. We are also disinclined to use software which "phones home" or otherwise tries to connect out to the internet.
At the very least, I would like an option to disable the automatic update check.
The best I've been able to come up with is editing resources/app-update.yml
, changing the provider to generic
and setting the URL to an internal location where I have a copy of the latest.yml
file hosted. I presume that those setting will get overridden if/when I upgrade WRC next, so it's not a permanent solution.