Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 96 for handshakes (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/serving.go

    			description:
    				here, with this block,
    				apiserver certificate and pub key data (along with priv key)get loaded into server.SecureServingInfo
    				for client to later in the step 2 verify the apiserver certificate during the handshake
    				when making a request
    
    			normal args related to this stage:
    				--tls-cert-file string  File containing the default x509 Certificate for HTTPS.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 13:08:18 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json

        },
        {
          "identity": "spiffe://cluster.local/ns/istio-system/sa/istiod",
          "state": "Unavailable: signing gRPC error (The service is currently unavailable): error trying to connect: TLS handshake failed: cert verification failed - unable to get local issuer certificate [CERTIFICATE_VERIFY_FAILED]",
          "certChain": []
        }
      ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  3. pilot/pkg/simulation/traffic.go

    	}
    	result.ListenerMatched = l.Name
    
    	hasTLSInspector := hasFilterOnPort(l, xdsfilters.TLSInspector.Name, input.Port)
    	if !hasTLSInspector {
    		// Without tls inspector, Envoy would not read the ALPN in the TLS handshake
    		// HTTP inspector still may set it though
    		input.Alpn = ""
    	}
    
    	// Apply listener filters
    	if hasFilterOnPort(l, xdsfilters.HTTPInspector.Name, input.Port) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

            TlsVersion.TLS_1_3,
          ) // v1.2 on OpenJDK 8.
        val request1 = server.takeRequest()
        assertThat(tlsVersions).contains(request1.handshake?.tlsVersion)
        val request2 = server.takeRequest()
        assertThat(tlsVersions).contains(request2.handshake?.tlsVersion)
      }
    
      /**
       * Verify that we don't retry connections on certificate verification errors.
       *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  5. src/net/http/transport.go

    	// If DialTLSContext is set, the Dial and DialContext hooks are not used for HTTPS
    	// requests and the TLSClientConfig and TLSHandshakeTimeout
    	// are ignored. The returned net.Conn is assumed to already be
    	// past the TLS handshake.
    	DialTLSContext func(ctx context.Context, network, addr string) (net.Conn, error)
    
    	// DialTLS specifies an optional dial function for creating
    	// TLS connections for non-proxied HTTPS requests.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  6. src/crypto/tls/handshake_messages.go

    				len(m.cookie) == 0 {
    				return false
    			}
    		case extensionKeyShare:
    			// This extension has different formats in SH and HRR, accept either
    			// and let the handshake logic decide. See RFC 8446, Section 4.2.8.
    			if len(extData) == 2 {
    				if !extData.ReadUint16((*uint16)(&m.selectedGroup)) {
    					return false
    				}
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  7. src/crypto/tls/cipher_suites.go

    	suiteECSign
    	// suiteTLS12 indicates that the cipher suite should only be advertised
    	// and accepted when using TLS 1.2.
    	suiteTLS12
    	// suiteSHA384 indicates that the cipher suite uses SHA384 as the
    	// handshake hash.
    	suiteSHA384
    )
    
    // A cipherSuite is a TLS 1.0–1.2 cipher suite, and defines the key exchange
    // mechanism, as well as the cipher+MAC pair or the AEAD.
    type cipherSuite struct {
    	id uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/util/proxy/streamtunnel_test.go

    	defer close(streamChan)
    	stopServerChan := make(chan struct{})
    	defer close(stopServerChan)
    	spdyServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
    		_, err := httpstream.Handshake(req, w, []string{constants.PortForwardV1Name})
    		require.NoError(t, err)
    		upgrader := spdy.NewResponseUpgrader()
    		conn := upgrader.UpgradeResponse(w, req, justQueueStream(streamChan))
    		require.NotNil(t, conn)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 02:21:50 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  9. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                        type: string
                                      sni:
                                        description: SNI string to present to the server
                                          during TLS handshake.
                                        type: string
                                      subjectAltNames:
                                        description: A list of alternate names to verify
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/HttpServer.groovy

                    }
                }
            })
        }
    
        void addHandler(Handler handler) {
            collection.addHandler(handler)
        }
    
        /**
         * Blocks on SSL handshake for 60 seconds.
         */
        void expectSslHandshakeBlocking() {
            sslPreHandler {
                Thread.sleep(TimeUnit.SECONDS.toMillis(60))
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top