TestTLSWithProxy verifies we can connect to the control plane via an HTTPS proxy.
(t *testing.T)
| 277 | // TestTLSWithProxy verifies we can connect to the control plane via |
| 278 | // an HTTPS proxy. |
| 279 | func TestHTTPSWithProxy(t *testing.T) { testHTTPS(t, true) } |
| 280 | |
| 281 | func testHTTPS(t *testing.T, withProxy bool) { |
| 282 | bakedroots.ResetForTest(t, tlstest.TestRootCA()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…