MCPcopy Index your code
hub / github.com/tailscale/tailscale / TestHTTPSWithProxy

Function TestHTTPSWithProxy

control/controlclient/controlclient_test.go:279–279  ·  view source on GitHub ↗

TestTLSWithProxy verifies we can connect to the control plane via an HTTPS proxy.

(t *testing.T)

Source from the content-addressed store, hash-verified

277// TestTLSWithProxy verifies we can connect to the control plane via
278// an HTTPS proxy.
279func TestHTTPSWithProxy(t *testing.T) { testHTTPS(t, true) }
280
281func testHTTPS(t *testing.T, withProxy bool) {
282 bakedroots.ResetForTest(t, tlstest.TestRootCA())

Callers

nothing calls this directly

Calls 1

testHTTPSFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…