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

HttpClient fails with JDK 13 and TLS 1.3 #4113

Closed
sbordet opened this issue Sep 23, 2019 · 0 comments
Closed

HttpClient fails with JDK 13 and TLS 1.3 #4113

sbordet opened this issue Sep 23, 2019 · 0 comments

Comments

@sbordet
Copy link
Contributor

sbordet commented Sep 23, 2019

JDK 13 is now sending a TLS 1.3 NewSessionTicket message after an HTTP request/response exchange.

This causes HttpConnectionOverHTTP to close the connection, since there is no exchange and it is assumed that if there are bytes in between HTTP requests they are either garbage of a server close.

joakime added a commit that referenced this issue Sep 23, 2019
…lure_jdk13_tls13

Fixes #4113 - HttpClient fails with JDK 13 and TLS 1.3.
@joakime joakime added this to To do in Jetty 9.4.21 via automation Sep 23, 2019
@joakime joakime moved this from To do to Done in Jetty 9.4.21 Sep 23, 2019
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
Jetty 9.4.21
  
Done
Development

No branches or pull requests

1 participant