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

Set DefaultSSLSocketFactory to TLSv1.2 in line with JDK 11.0.11: #39

Merged
merged 3 commits into from
Jun 20, 2021

Conversation

wjlow
Copy link

@wjlow wjlow commented Jun 15, 2021

As of JDK 11.0.11, TLS1.0 and TLS1.1 have been disabled by default. This change sets the default SSLSocketFactory to use TLSv1.2 to be consistent with JDK 11.0.11.

Reference for JDK 11.0.11: https://www.oracle.com/java/technologies/javase/11-0-11-relnotes.html#JDK-8202343

Copy link

@lukestephenson-zendesk lukestephenson-zendesk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Potentially we want to update the version to reflect this could cause issues when upgrading.

https://github.com/osheroff/mysql-binlog-connector-java/blob/master/pom.xml#L7

@wjlow
Copy link
Author

wjlow commented Jun 16, 2021

Done, thanks Luke.

@osheroff
Copy link
Owner

oh. hmph. actually can you undo the version bump, please? I do that in the release.

@osheroff
Copy link
Owner

after that I will merge

@wjlow
Copy link
Author

wjlow commented Jun 17, 2021

@osheroff Thanks for that. I've just reverted the commit.

Copy link

@terry-dai terry-dai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍🏻

@osheroff osheroff merged commit eaa47df into osheroff:master Jun 20, 2021
@wjlow
Copy link
Author

wjlow commented Jun 23, 2021

@osheroff would you be able to publish a new release?

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.

None yet

4 participants