ignoreAllSSLErrors

fun OkHttpClient.Builder.ignoreAllSSLErrors(): OkHttpClient.Builder

Configures the OkHttpClient.Builder to ignore all SSL errors, allowing connections to be established even if certificates are not trusted.

Return

The configured OkHttpClient.Builder.