Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for encrypted (0.07 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

      }
    
      /** Test which headers are sent unencrypted to the HTTP proxy.  */
      @Test
      fun proxyConnectOmitsApplicationHeaders() {
        server.useHttps(handshakeCertificates.sslSocketFactory())
        server.enqueue(
          MockResponse
            .Builder()
            .inTunnel()
            .build(),
        )
        server.enqueue(
          MockResponse(body = "encrypted response from the origin server"),
        )
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

          MockResponse
            .Builder()
            .inTunnel()
            .build(),
        )
        server.enqueue(MockResponse(body = "encrypted response from the origin server"))
        client =
          client
            .newBuilder()
            .proxy(server.proxyAddress)
            .sslSocketFactory(
              handshakeCertificates.sslSocketFactory(),
              handshakeCertificates.trustManager,
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    civilaviation.aero
    ck.ua
    cl
    cl.it
    claims
    clan.rip
    cleaning
    clerk.app
    clerkstage.app
    cleverapps.cc
    cleverapps.io
    cleverapps.tech
    click
    clickrising.net
    client.scrypted.io
    clinic
    clinique
    clothing
    cloud
    cloud-ip.biz
    cloud.fedoraproject.org
    cloud.goog
    cloud.interhostsolutions.be
    cloud.nospamproxy.com
    cloud66.ws
    cloud66.zone
    cloudaccess.host
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  4. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    civilaviation.aero
    ck.ua
    cl
    cl.it
    claims
    clan.rip
    cleaning
    clerk.app
    clerkstage.app
    cleverapps.cc
    cleverapps.io
    cleverapps.tech
    click
    clickrising.net
    client.scrypted.io
    clinic
    clinique
    clothing
    cloud
    cloud-ip.biz
    cloud.fedoraproject.org
    cloud.goog
    cloud.interhostsolutions.be
    cloud.nospamproxy.com
    cloud66.ws
    cloud66.zone
    cloudaccess.host
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top