-
Notifications
You must be signed in to change notification settings - Fork 890
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
Comments
Is this issue open to PR? |
@dagnir do you have an ETA on this feature ? |
…bba9b0967 Pull request: release <- staging/c31299a3-3409-4ec8-9d31-65bbba9b0967
Hi, a few days ago I've open a new PR with this feature. #2517 |
@guillepb10 I'm sorry for the delay in response, I'll take an initial look. |
Thanks @debora-ito for your reply. Do you have any idea of when I could get any feedback about PR? |
|
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.
aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/AwaitCloseChannelPoolMap.java
Lines 213 to 219 in 9a9a871
The text was updated successfully, but these errors were encountered: