Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsHTTPSServerWithTLSTermination (0.32 sec)

  1. pilot/pkg/networking/core/gateway.go

    		//   or HTTPS servers using passthrough TLS
    		// This process typically yields multiple filter chain matches (with SNI) [if TLS is used]
    		for _, server := range serversForPort.Servers {
    			if gateway.IsHTTPSServerWithTLSTermination(server) {
    				routeName := mergedGateway.TLSServerInfo[server].RouteName
    				// This is a HTTPS server, where we are doing TLS termination. Build a http connection manager with TLS context
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
Back to top