-
Notifications
You must be signed in to change notification settings - Fork 28
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
Cannot reach code.quarkus.io/api/extensions behind proxy #292
Comments
@xorye do you think it's easy to fix that (I suppose we need to provide a new settings for that) |
I'm having trouble reproducing this on my machine but we would probably have to change https://github.com/redhat-developer/vscode-quarkus/blob/master/src/utils/requestUtils.ts Also, we need to be careful that there's no regression for #48. It would be great if we had vscode tests (not UI tests) for functions in https://github.com/redhat-developer/vscode-quarkus/blob/master/src/utils/requestUtils.ts |
Any updates - I'm getting the same issue on vscode using redhat quarkus extension |
@angelozerr Hi had suddenly that issue 2 days in the middle of a presentation, I'm not behind a proxy and I really struggle to fix. Even a reinstall of both vscode and the Quarkus extension did not help. Any idea ? |
@sebastienblanc thanks for reporting this issue. I can reproduce it and we need to investigate the problem. I suspect it's a SSL certificate problem. It seems that it's the same issue than #401 |
@sebastienblanc could you try to use |
I'm facing the same issue: Unable to reach http://code.quarkus.io/api/extensions |
@AdamBien have you tried with |
You mean Visual Studio Code Insiders? No. |
Yes
According to #401 (comment) the bug comes from vscode which has been resolved. By waiting for the vscode release, you can use VSCode Insider which fix it. |
@angelozerr I still have the same issue, and it is neither fixed with VSCode 1.62.3, nor with 1.63.0-insider. |
I'm having the same issue actually, even using vscode insiders. |
Experiencing the same issue with version 1.64.2 of VS Code. Still not fixed! |
Does the wizard fail immediately on activating it, on a particular step, or at the very end when all the options have been selected ? I tried setting up a basic proxy with tinyproxy ( |
@rgrunber Interestingly, now it works on my machine, I can go through the wizard and it generates a project. |
I'm behind my company VPN and proxy and I have the same issue with VSCode version 1.92.2 |
When there is a proxy server in the network, quarkus project cannot be created with the following notification message: Unable to reach http://code.quarkus.io/api/extensions.
The text was updated successfully, but these errors were encountered: