Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for INSECURE (0.05 sec)

  1. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

          .isEqualTo("This page has moved!")
      }
    
      @Test
      fun redirectedFromHttpsToHttpFollowingProtocolRedirects() {
        server2.enqueue(
          MockResponse(body = "This is insecure HTTP!"),
        )
        server.useHttps(handshakeCertificates.sslSocketFactory())
        server.enqueue(
          MockResponse(
            code = HttpURLConnection.HTTP_MOVED_TEMP,
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    * Change merge key for VolumeMount to mountPath ([#35071](https://github.com/kubernetes/kubernetes/pull/35071), [@thockin](https://github.com/thockin))
    * Turned-off etcd listening on public ports as potentially insecure. Removed ([#35192](https://github.com/kubernetes/kubernetes/pull/35192), [@jszczepkowski](https://github.com/jszczepkowski))
        * experimental support for master replication.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top