Skip to content

fix: amazonq doesnt work with proxy requiring authentication#536

Open
Will-ShaoHua wants to merge 10 commits intoaws:mainfrom
Will-ShaoHua:proxy
Open

fix: amazonq doesnt work with proxy requiring authentication#536
Will-ShaoHua wants to merge 10 commits intoaws:mainfrom
Will-ShaoHua:proxy

Conversation

@Will-ShaoHua
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

if (instance == null) {
var builder = HttpClient.newBuilder().followRedirects(HttpClient.Redirect.NORMAL);
var builder = HttpClient.newBuilder()
.version(HttpClient.Version.HTTP_1_1)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe not need this

@Will-ShaoHua Will-ShaoHua changed the title fix: use http version 1.1 for lsp download fix: amazonq doesnt work with proxy requiring authentication Feb 18, 2026
@Will-ShaoHua Will-ShaoHua marked this pull request as ready for review February 19, 2026 22:23
if (instance == null) {
synchronized (HttpClientFactory.class) {
if (instance == null) {
// TODO: do we need to use HttpClient.Version.HTTP_1_1 here?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove it once verifying with cx if existing changes work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant