tailscale/control/controlhttp
Adriano Sela Aviles daddb14b8f control/controlhttp: use ws:// when HTTPSPort is NoPort in JS dialer
When HTTPS is explicitly disabled (HTTPSPort == NoPort), the JS WebSocket
dialer should use ws:// instead of wss://. This matches the behavior of
the non-JS client and fixes connections to development control servers
e.g. http://localhost:31544.

Updates tailscale/corp#40944

Signed-off-by: Adriano Sela Aviles <adriano@tailscale.com>
2026-05-06 15:58:58 -07:00
..
controlhttpcommon all: remove AUTHORS file and references to it 2026-01-23 15:49:45 -08:00
controlhttpserver all: remove AUTHORS file and references to it 2026-01-23 15:49:45 -08:00
client_common.go all: remove AUTHORS file and references to it 2026-01-23 15:49:45 -08:00
client_js.go control/controlhttp: use ws:// when HTTPSPort is NoPort in JS dialer 2026-05-06 15:58:58 -07:00
client.go tsd, all: add Sys.ExtraRootCAs, plumb through TLS dial paths 2026-04-07 18:10:54 -07:00
constants.go tsd, all: add Sys.ExtraRootCAs, plumb through TLS dial paths 2026-04-07 18:10:54 -07:00
http_test.go all: use Go 1.26 things, run most gofix modernizers 2026-03-06 13:32:03 -08:00