-
Notifications
You must be signed in to change notification settings - Fork 2
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 ability to connect through proxy #6
Comments
Well said @tonibony ! Proxy support is a must for such software! |
Hello, thank you for your feedback. Yes, proxy is not supported currently. I think I will add proxy support in the next release (2.0.2). However, there is no release date yet. |
I need your help. I've added support for Windows default proxy (Win+R: Preferred - backup the existing |
I have just tested the pre-release and it seems is working! To be specific, I executed the "Run immediate checks for updates" command, and after a while the screen showed up with the corresponding updates! Finally, I updated my JDK with the latest version without any issue! |
@pjhavariotis great! I will include this functionality in the next release then. The release, however, may take a bit longer as there are some other things to implement... |
Yep, it's working in my case too! I've tested showing the configuration dialog and the "Check for AdoptOpenJDK updates" button on it. |
@tonibony Great, thanks! The only untested item left is self-update - once v. 2.0.2 will be released publicly, your updaters should pick it. However, self-update uses exactly the same code, so it should be working as well. |
Released https://github.com/tushev/aojdk-updatewatcher/releases/tag/2.0.2.0 Your pre-release version should pick it up automatically, please confirm. |
Confirmed ! |
@pjhavariotis Thank you, you too! Happy New Year!! 🎄 |
I installed this app on a Windows system, which connects to Internet only through http proxy. The proxy settings are configured at system level. When I start the app configurator, an error box pop-ups, saying "Unable to get list of AdoptOpenJDK releases". Using the web browser, I can access https://api.adoptopenjdk.net/v3/info/available_releases and I see the result (a JSON document). Also, I don't see any hint in the app configuration UI and documentation about using a proxy.
I will be pleased if there is a way to use the app with at least http proxy.
The text was updated successfully, but these errors were encountered: