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

Change the default Deephaven java client TLS port to 443 #2066

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

devinrsmith
Copy link
Member

No description provided.

public static ManagedChannel channel(DeephavenTarget target) {
return channelBuilder(target).build();
}
public static final int DEFAULT_PLAINTEXT_PORT = 10000;
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: this was functionally the default before from the context of the examples (ConnectOptions.DEFAULT_PORT).

@devinrsmith devinrsmith merged commit 91272c3 into deephaven:main Mar 10, 2022
@devinrsmith devinrsmith deleted the java-client-default-tls-443 branch March 10, 2022 23:07
@github-actions github-actions bot locked and limited conversation to collaborators Mar 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants