ignoreAllSSLErrors
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.
Configures the OkHttpClient.Builder to ignore all SSL errors, allowing connections to be established even if certificates are not trusted.
The configured OkHttpClient.Builder.