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

Support sslSession() in Jetty Client #3553

Closed
readonlynetwork opened this issue Apr 15, 2019 · 5 comments · Fixed by #12179
Closed

Support sslSession() in Jetty Client #3553

readonlynetwork opened this issue Apr 15, 2019 · 5 comments · Fixed by #12179
Assignees

Comments

@readonlynetwork
Copy link

Is it possible to get the ssl session info from response at Jetty client?
Example from Java 11 api: https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html#sslSession()

@readonlynetwork readonlynetwork changed the title Support sslSession() from Jetty Client Support sslSession() in Jetty Client Apr 15, 2019
@stale
Copy link

stale bot commented Apr 14, 2020

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale For auto-closed stale issues and pull requests label Apr 14, 2020
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label Apr 14, 2020
@stale
Copy link

stale bot commented Jun 2, 2021

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale For auto-closed stale issues and pull requests label Jun 2, 2021
@joakime joakime removed the Stale For auto-closed stale issues and pull requests label Jun 2, 2021
@github-actions
Copy link

github-actions bot commented Jun 3, 2022

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label Jun 3, 2022
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label Jun 3, 2022
@github-actions
Copy link

github-actions bot commented Jun 4, 2023

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label Jun 4, 2023
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label Jun 4, 2023
Copy link

github-actions bot commented Jun 4, 2024

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label Jun 4, 2024
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label Jun 4, 2024
sbordet added a commit that referenced this issue Aug 20, 2024
Implemented Connection.getSSLSession(), where the Connection can be obtained from the Request:
request.getConnection().getSSLSession().

Updated documentation.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet linked a pull request Aug 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants