[Bug] Tailscale HEAD (1eaad7d3d) is broken in integration tests #809

Closed
opened 2025-12-29 02:24:17 +01:00 by adam · 2 comments
Owner

Originally created by @kradalby on GitHub (Oct 2, 2024).

Current Behavior

Reauthentication is broken in integration tests for Tailscale clients built from HEAD due to 1eaad7d3de.

It looks like the commit make fast reconnects force them to use 443, so it should not affect users as long as they use HTTPS.

The solution is likely to document that you more or less need to run HTTPS and to make integration tests that reauth is served over 443.

Originally created by @kradalby on GitHub (Oct 2, 2024). ### Current Behavior Reauthentication is broken in integration tests for Tailscale clients built from HEAD due to https://github.com/tailscale/tailscale/commit/1eaad7d3deb0815e8932e913ca1a862afa34db38. It looks like the commit make fast reconnects force them to use 443, so it should not affect users as long as they use HTTPS. The solution is likely to document that you _more or less_ need to run HTTPS and to make integration tests that reauth is served over 443.
adam added the bugdocumentation labels 2025-12-29 02:24:17 +01:00
adam closed this issue 2025-12-29 02:24:17 +01:00
Author
Owner

@kradalby commented on GitHub (Oct 3, 2024):

This is fixed, but we should probably document that people should really really use HTTPS.

@kradalby commented on GitHub (Oct 3, 2024): This is fixed, but we should probably document that people should _really really_ use HTTPS.
Author
Owner

@kradalby commented on GitHub (Oct 3, 2024):

The error at hand will only occur if you have an headscale running on http, not answering on 443, and the client tries to reconnect/reauth within 2 minutes. If it reconnects after 2 minutes, it should be fine.

@kradalby commented on GitHub (Oct 3, 2024): The error at hand will only occur if you have an headscale running on http, not answering on 443, and the client tries to reconnect/reauth within 2 minutes. If it reconnects after 2 minutes, it should be fine.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#809