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

Proxy client TLS authentication example #5973

Closed
sbordet opened this issue Feb 15, 2021 · 0 comments · Fixed by #5974
Closed

Proxy client TLS authentication example #5973

sbordet opened this issue Feb 15, 2021 · 0 comments · Fixed by #5974
Assignees
Labels
Sponsored This issue affects a user with a commercial support agreement

Comments

@sbordet
Copy link
Contributor

sbordet commented Feb 15, 2021

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.

@sbordet sbordet self-assigned this Feb 15, 2021
@sbordet 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 sbordet linked a pull request Feb 15, 2021 that will close this issue
@sbordet sbordet added this to To do in Jetty 9.4.37 via automation Feb 15, 2021
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.
Jetty 9.4.37 automation moved this from To do to Done Feb 17, 2021
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
Labels
Sponsored This issue affects a user with a commercial support agreement
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant