Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for needsTLS (0.9 sec)

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

    		// we will enable the inspector.
    		i := inspectors[int(port)]
    		i.HTTPInspector = i.HTTPInspector || needHTTP
    		i.TLSInspector = i.TLSInspector || needsTLS
    		inspectors[int(port)] = i
    	}
    
    	// Enable TLS inspector on any ports we need it
    	if needsTLS(inspectors) {
    		lf = append(lf, buildTLSInspector(inspectors))
    	}
    
    	// Note: the HTTP inspector should be after TLS inspector.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top