-
Notifications
You must be signed in to change notification settings - Fork 208
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
Plugin does not use eclipse proxy settings #1101
Comments
@parenko what kind of a proxy is it? Does it require authentication? I suspect that everything requiring authentication would be problematic... username/password in VSCode is stored somewhere in electron proxy auth which i have no idea how to get to yet. Furthermore, looks like VSCode asks for username/password on demand which may happen later than Spring Boot LS first reconciling cycle... @martinlippert I had to add okhttp to support authenticated proxy case. Wonder if it is okay... or perhaps just support proxies not requiring authentication to simplify things for now? |
@BoykoAlex our proxy requires authentication. |
Cool, a 4.20.1 snapshot next week then. |
@parenko Lets give the fix d7ae292 a try. Please have look at the snapshot build page and pick either a distro build or an update site: https://dist.springsource.com/snapshot/STS4/nightly-distributions.html Eclipse STS4 should have proxy support with authentication, VSCode without the authentication |
@BoykoAlex Just updated to 4.20.1.202309132024 (see below). After restart there were no exceptions in log anymore. I have following Plugins:
|
Sounds like the fix for http proxy is working, right? |
Will this fix the issue for use in VS code as well? Having the same issue in VS code and I use version 4.20.1. |
Describe the bug
I am getting following Exception that https://api.spring.io/projects could not be reached.
Direct connection is forbidden on my corporate machine.
Eclipse is configured to use Proxy, but STS4 does not use thise settings.
To Reproduce
Configure Eclipse to use Proxy.
(Disable direct access to the internet. Allow connection only over a proxy.)
Start Eclipse with STS4 Plugin.
After some time Spring Boot Language Server logs the problem.
Sample
The text was updated successfully, but these errors were encountered: