Skip to content
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

Unsupported proxy authentication? #82

Open
rmannibucau opened this issue Dec 14, 2022 · 4 comments
Open

Unsupported proxy authentication? #82

rmannibucau opened this issue Dec 14, 2022 · 4 comments

Comments

@rmannibucau
Copy link

Hi,

It seems that HTTP proxies are not properly supported when authentication scheme is set (due to httpclient impl -> org.apache.http.impl.client.ProxyClient#tunnel).

Long story short, it starts a CONNECT request UNCHALLENGED and expects a challenge but if the proxy only expects authenticated request it then fails and does not get any new chance to get authenticated.

Is it possible to at least force a basic Proxy-Authentication if it fails once (often a PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target cause http proxy didn't play well its role cause authentication was missing)

@rmannibucau
Copy link
Author

up?

@rmannibucau
Copy link
Author

up? :)

@ken-duck
Copy link

ken-duck commented Feb 21, 2023 via email

@rmannibucau
Copy link
Author

Hello, any news on this one?

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

No branches or pull requests

2 participants