Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

       */
      public fun requestClientAuth() {
        this.clientAuth = CLIENT_AUTH_REQUESTED
      }
    
      /**
       * Configure the server to [need client auth][SSLSocket.setNeedClientAuth]. If the
       * client presents a certificate that is [trusted][TrustManager] the handshake will
       * proceed normally. If the client presents an untrusted certificate or no certificate at all the
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 20:36:00 UTC 2025
    - 40.3K bytes
    - Viewed (0)
Back to top