-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Proxy client TLS authentication example #5973
Labels
Sponsored
This issue affects a user with a commercial support agreement
Comments
sbordet
added
the
Sponsored
This issue affects a user with a commercial support agreement
label
Feb 15, 2021
sbordet
added a commit
that referenced
this issue
Feb 15, 2021
Examples, in form of test cases for a proxy that uses TLS client authentication both towards the remote client and towards the server. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Feb 15, 2021
Fixes test mistakenly missing the proper request tag. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Feb 17, 2021
Fixed keystores to work with Java 8. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Feb 17, 2021
…ls_auth_example Fixes #5973 - Proxy client TLS authentication example.
This was referenced Mar 10, 2021
This was referenced Mar 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.x
Description
Would be great to have examples of a proxy that uses TLS client authentication both with the remote client and with the server.
The idea is that for each user, there is a certificate signed by the server that the remote client uses to contact the proxy; and a correspondent certificate for the same user that the proxy uses to contact the server, so that the server knows for which client the proxy is proxying requests.
The text was updated successfully, but these errors were encountered: