Skip to content

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