Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for maxProtocolVersion (0.26 sec)

  1. tests/fuzz/testdata/FuzzConfigValidation2/fuzz_config_validation2.dict

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 07 17:07:53 UTC 2021
    - 2K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    	}
    	if len(serverTLSSettings.CipherSuites) > 0 {
    		tlsParamsOrNew(ctx).CipherSuites = serverTLSSettings.CipherSuites
    	}
    	if serverTLSSettings.MaxProtocolVersion != networking.ServerTLSSettings_TLS_AUTO {
    		tlsParamsOrNew(ctx).TlsMaximumProtocolVersion = convertTLSProtocol(serverTLSSettings.MaxProtocolVersion)
    	}
    }
    
    func isSimpleOrMutual(mode networking.ServerTLSSettings_TLSmode) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                a 301 redirect for all http connections, asking the clients
                                to use HTTPS.
                              type: boolean
                            maxProtocolVersion:
                              description: |-
                                Optional: Maximum TLS protocol version.
    
                                Valid Options: TLS_AUTO, TLSV1_0, TLSV1_1, TLSV1_2, TLSV1_3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                                a 301 redirect for all http connections, asking the clients
                                to use HTTPS.
                              type: boolean
                            maxProtocolVersion:
                              description: |-
                                Optional: Maximum TLS protocol version.
    
                                Valid Options: TLS_AUTO, TLSV1_0, TLSV1_1, TLSV1_2, TLSV1_3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                a 301 redirect for all http connections, asking the clients
                                to use HTTPS.
                              type: boolean
                            maxProtocolVersion:
                              description: 'Optional: Maximum TLS protocol version.'
                              enum:
                              - TLS_AUTO
                              - TLSV1_0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    of the secret that holds the TLS certs including the CA certificates. type: string httpsRedirect: description: If set to true, the load balancer will send a 301 redirect for all http connections, asking the clients to use HTTPS. type: boolean maxProtocolVersion: description: 'Optional: Maximum TLS protocol version.' enum: - TLS_AUTO - TLSV1_0 - TLSV1_1 - TLSV1_2 - TLSV1_3 type: string minProtocolVersion: description: 'Optional: Minimum TLS protocol version.' enum: - TLS_AUTO - TLSV1_0 - TLSV1_1 - TLSV1_2...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top