We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: