Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testCertificatePinningSuccess (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        try {
          client.newCall(request).execute()
          fail<Any>("")
        } catch (_: SSLPeerUnverifiedException) {
        }
      }
    
      @Test
      fun testCertificatePinningSuccess() {
        enableTls()
    
        val certificatePinner =
          CertificatePinner
            .Builder()
            .add(
              server.hostName,
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 29.9K bytes
    - Click Count (0)
Back to Top