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

Nessie client: optionally disable certificate verifications #8506

Merged
merged 3 commits into from
May 14, 2024

Conversation

snazy
Copy link
Member

@snazy snazy commented May 13, 2024

Disabling cerficate verfications is strongly not recommended for production use. It shall only be used for testing purposes.

snazy added 2 commits May 13, 2024 14:24
Disabling cerficate verfications is strongly not recommended for production use. It shall only be used for testing purposes.
@snazy snazy requested a review from adutra May 13, 2024 12:42
@@ -129,6 +139,12 @@ public HttpClient.Builder setResponseFactory(HttpResponseFactory responseFactory
return this;
}

@Override
public HttpClient.Builder setSslNoCertificateVerification(boolean noCertificateVerification) {
Copy link
Member

Choose a reason for hiding this comment

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

Maybe setSSLCertificateVerificationDisabled here as well?

@snazy snazy merged commit 007e965 into projectnessie:main May 14, 2024
16 checks passed
@snazy snazy deleted the client-ssl-no-verify branch May 14, 2024 06:12
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.

3 participants