Skip to content

Conversation

@kanapuli
Copy link

Description

The current OkHTTPClient do not have an option to disable SSL verification. This makes it hard to use this library to test with local mock clients. The PR add a new HttpClient builder option called disableSslVerification(true) to disable SSL verification.

Fixes #540

@kanapuli kanapuli requested a review from a team as a code owner July 18, 2025 09:03
@TomerAberbach
Copy link
Collaborator

Thanks for the PR, but this setter is too specific. If someone wants to do something more complex, then they cannot.

Instead, I've exposed the following 3f74519, which is available in v2.17.0 (once it finishes publishing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants