Skip to content

Netty Client Does Not Support Proxy Authentication #1432

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

Closed
bsamartins opened this issue Sep 17, 2019 · 6 comments · Fixed by #2517
Closed

Netty Client Does Not Support Proxy Authentication #1432

bsamartins opened this issue Sep 17, 2019 · 6 comments · Fixed by #2517
Labels
feature-request A feature should be added or improved.

Comments

@bsamartins
Copy link

bsamartins commented Sep 17, 2019

Netty client does not support proxy authentication.
Attempted to prefix credentials in proxy host but that it is not supported.

This makes the SDK nearly impossible to use from dev environments behind company proxies.

try {
return new URI(scheme, null, proxyConfiguration.host(), proxyConfiguration.port(), null, null,
null);
} catch (URISyntaxException e) {
throw new RuntimeException("Unable to construct proxy URI", e);
}
}

@debora-ito debora-ito added the feature-request A feature should be added or improved. label Sep 17, 2019
@bsamartins
Copy link
Author

Is this issue open to PR?

@fazizyan
Copy link

@dagnir do you have an ETA on this feature ?

aws-sdk-java-automation added a commit that referenced this issue May 28, 2021
…bba9b0967

Pull request: release <- staging/c31299a3-3409-4ec8-9d31-65bbba9b0967
@guillepb10
Copy link
Contributor

Hi, a few days ago I've open a new PR with this feature. #2517
Althought I've not received any feedback about it

@debora-ito
Copy link
Member

@guillepb10 I'm sorry for the delay in response, I'll take an initial look.

@guillepb10
Copy link
Contributor

Thanks @debora-ito for your reply. Do you have any idea of when I could get any feedback about PR?

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants