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

How to configure Jetty-12 HttpClient with Proxy where proxy server supports Kerberos authentication #12657

Open
Kamal-Smarsh opened this issue Dec 19, 2024 · 0 comments
Labels

Comments

@Kamal-Smarsh
Copy link

Kamal-Smarsh commented Dec 19, 2024

Jetty Version
jetty-12

Jetty Environment

Java Version
OpenJDK 64-Bit Server VM (Red_Hat-17.0.8.0+7-1) (build 17.0.8+7-LTS, mixed mode, sharing)

Question
How to configure Jetty-12 HttpClient with Proxy where Proxy server supports Kerberos authentication

I am using Jetty 12.x and trying to configure HttpClient with Proxy. I need to use Kerberos authentication for the proxy.

Referring to the documentation https://jetty.org/docs/jetty/12/programming-guide/client/http.html#authentication, there is no help available to configure Proxy with SPNEGO Authentication. The sample example https://github.com/jetty/jetty.project/blob/jetty-12.0.x/jetty-core/jetty-client/src/test/java/org/eclipse/jetty/client/util/SPNEGOAuthenticationTest.java is also not helpful.

More details regarding the sample code I tried, can be found at
https://stackoverflow.com/questions/79288071/how-to-configure-jetty-12-httpclient-with-spnegoauthentication-for-proxy

Please help with proper documentation and sample example code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant