juanfont / headscale

An open source, self-hosted implementation of the Tailscale control server
BSD 3-Clause "New" or "Revised" License
23.65k stars 1.3k forks source link

make reauth test compat with tailscale head #2167

Closed kradalby closed 1 month ago

kradalby commented 1 month ago

tailscale/tailscale@1eaad7d broke our reauth test as it makes the client retry with https/443 if it reconnects within 2 minutes.

This commit fixes this by running the test as a two part,

The change is not a general consern as headscale in prod is ran with https.

Updates #2164