Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for keyFiles (0.07 sec)

  1. pkg/test/echo/server/endpoint/grpc.go

    		}
    		if s.Port.XDSReadinessTLS {
    			// TODO: using the servers key/cert is not always valid, it may not be allowed to make requests to itself
    			req.CertFile = cert
    			req.KeyFile = key
    			req.CaCertFile = ca
    			req.InsecureSkipVerify = true
    		}
    		_, err = s.f.ForwardEcho(context.Background(), &forwarder.Config{
    			XDSTestBootstrap: s.Port.XDSTestBootstrap,
    			Request:          req,
    		})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 25 17:30:37 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top