You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring Unleash to use a proxy with authentication.
Unauthenticated proxy works well, but when you configure Unleash with credentials, the CustomProxyAuthenticator is created as expected in the configuration builder, but the getPasswordAuthentication method is never called and the requests to the proxy server fail with HTTP/1.1 407 Proxy Authentication Required
Steps to reproduce the bug
Configure unleash with an authenticated HTTP proxy.
Run unleash.
Expected behavior
Unleash should provide the expected authentication
Logs, error output, etc.
Caused by: java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"
gateway-qa-1 | at java.base/sun.net.www.protocol.http.HttpURLConnection.doTunneling0(HttpURLConnection.java:2271) ~[na:na]
gateway-qa-1 | at java.base/sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:2143) ~[na:na]
gateway-qa-1 | at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[na:na]
gateway-qa-1 | at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141) ~[na:na]
gateway-qa-1 | at io.getunleash.repository.HttpFeatureFetcher.fetchFeatures(HttpFeatureFetcher.java:36) ~[unleash-client-java-9.2.0.jar!/:9.2.0]
gateway-qa-1 | ... 52 common frames omitted
Screenshots
No response
Additional context
No response
Unleash version
No response
Subscription type
None
Hosting type
None
SDK information (language and version)
9.2.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Configuring Unleash to use a proxy with authentication.
Unauthenticated proxy works well, but when you configure Unleash with credentials, the CustomProxyAuthenticator is created as expected in the configuration builder, but the
getPasswordAuthentication
method is never called and the requests to the proxy server fail withHTTP/1.1 407 Proxy Authentication Required
Steps to reproduce the bug
Expected behavior
Unleash should provide the expected authentication
Logs, error output, etc.
Screenshots
No response
Additional context
No response
Unleash version
No response
Subscription type
None
Hosting type
None
SDK information (language and version)
9.2.0
The text was updated successfully, but these errors were encountered: