Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isBouncyCastle (0.07 sec)

  1. mockwebserver/src/test/java/mockwebserver3/MockResponseSniTest.kt

        val response = call.execute()
        assertThat(response.isSuccessful).isTrue()
    
        val recordedRequest = server.takeRequest()
        // https://github.com/bcgit/bc-java/issues/1773
        if (!platform.isBouncyCastle()) {
          assertThat(recordedRequest.handshakeServerNames).containsExactly(url.host)
        }
      }
    
      /**
       * Use different hostnames for the TLS handshake (including SNI) and the HTTP request (in the
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Jun 18 12:28:21 UTC 2025
    - 6.3K bytes
    - Viewed (0)
Back to top