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

Add TLS bug workaround for 11.0.2 #72

Merged
merged 1 commit into from
Jul 1, 2020
Merged

Add TLS bug workaround for 11.0.2 #72

merged 1 commit into from
Jul 1, 2020

Conversation

Malax
Copy link
Member

@Malax Malax commented Jul 1, 2020

Fixes #71

Travis uses 11.0.2 as their default OpenJDK version for Java 11. heroku-maven-plugin is affected by a bug in that version, causing deploys to fail due to an issue in the TLS 1.3 implementation. This workaround disables TLS 1.3 for HTTPS requests made by this library when running on Java 11.0.2.

@Malax Malax requested a review from a team as a code owner July 1, 2020 12:52
@Malax Malax merged commit 49edbfa into master Jul 1, 2020
@Malax Malax deleted the malax/fix-issue-71 branch July 1, 2020 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable TLS 1.3 when running with Java 11
2 participants