Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testRequestUsesAndroidConscryptLocalhostInsecure (0.19 sec)

  1. android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt

          }
          assertEquals(200, response.code)
          assertTrue(socketClass?.startsWith("com.android.org.conscrypt.") == true)
        }
      }
    
      @Test
      fun testRequestUsesAndroidConscryptLocalhostInsecure() {
        assumeTrue(Build.VERSION.SDK_INT >= 24)
    
        val clientCertificates =
          HandshakeCertificates
            .Builder()
            .addPlatformTrustedCertificates()
            .apply {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 14:12:28 UTC 2025
    - 29K bytes
    - Viewed (0)
Back to top