- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for X509TrustManagerExtensions (0.07 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
* always check that the server's certificates match its hostname using the [HostnameVerifier]. * See [android.net.http.X509TrustManagerExtensions] for more information. */ fun sslSocketFactory( sslSocketFactory: SSLSocketFactory, trustManager: X509TrustManager, ) = apply {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 51.7K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
OkHttp would attempt to reuse a connection but couldn't because it was still held by a prior request. * Fix: Ensure network interceptors always have access to the underlying connection. * Fix: Use `X509TrustManagerExtensions` on Android 17+. * Fix: Unblock waiting dispatchers on MockWebServer shutdown. ## Version 3.2.0 _2016-02-25_ * Fix: Change the certificate pinner to always build full chains. This
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0)