We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
protected void configureEnvironment(ClusterEnvironment.Builder builder) { if (config().isUsingCloud()) { builder.securityConfig( SecurityConfig.builder().trustManagerFactory(InsecureTrustManagerFactory.INSTANCE).enableTls(true)); } }
ddfbc1f
The text was updated successfully, but these errors were encountered:
Rely on SDK provided cert instead of insecure trust manager.
6eef3c1
Closes #1391.
9af74cf
mikereiche
Successfully merging a pull request may close this issue.
ddfbc1f
The text was updated successfully, but these errors were encountered: