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

HttpsServer can use TLSv1.3 on JDK16+ #65274

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

jaymode
Copy link
Member

@jaymode jaymode commented Nov 19, 2020

This commit changes code that previously pinned to TLSv1.2 when running
on JDK 12+ to allow the use of TLSv1.3 if on JDK 16 or newer. There was
a bug in the HttpsServer code that has finally been fixed, which
prevented the use of TLSv1.3 as the HttpsServer would endlessly loop.
The JDK bug is JDK-8254967.

Closes #38646
Backport of #64496

This commit changes code that previously pinned to TLSv1.2 when running
on JDK 12+ to allow the use of TLSv1.3 if on JDK 16 or newer. There was
a bug in the HttpsServer code that has finally been fixed, which
prevented the use of TLSv1.3 as the HttpsServer would endlessly loop.
The JDK bug is JDK-8254967.

Closes elastic#38646
@jaymode
Copy link
Member Author

jaymode commented Nov 19, 2020

@elasticmachine run elasticsearch-ci/packaging-sample-windows

@jaymode jaymode merged commit 68a8947 into elastic:7.x Nov 19, 2020
@jaymode jaymode deleted the tls13_httpsserver_fixed_7x branch November 19, 2020 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant