Skip to content

Sentinel tls support #2232

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

Closed
wants to merge 4 commits into from

Conversation

MattiasLass
Copy link

I've implemented the requested changes from #2139, as the progress on the original PR seems to have stopped.

@MattiasLass MattiasLass force-pushed the sentinel-tls-support branch from 9bfa2c4 to 48186cd Compare August 24, 2020 12:14
sazzad16
sazzad16 previously approved these changes Aug 25, 2020
@sazzad16 sazzad16 requested a review from gkorland August 25, 2020 04:58
@sazzad16 sazzad16 added this to the 3.4.0 milestone Aug 25, 2020
@sazzad16 sazzad16 modified the milestones: 3.4.0, 3.5.0 Nov 26, 2020
@bsbodden bsbodden self-requested a review January 9, 2021 18:33
Copy link
Contributor

@bsbodden bsbodden 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, just a few minor comments. Thank you for your contribution.

Comment on lines -347 to +362
public MasterListener(String masterName, String host, int port) {
public MasterListener(String masterName, String host, int port, boolean isSslEnabled,
SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This breaks backward compatibility.

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.

4 participants