You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Tailscale falls back to WebSocket if it sees a 4xx when trying to connect with Upgrade: derp. Some reverse proxies (like Azure Application Proxy) handle Upgrade: derp in a very silly way which circumvents this automatic detection and fallback to WebSockets (Azure redirects you to the login page?!?!?)
Add a server flag --derp-force-websockets to force all clients and agents to connect to every DERP server over websockets instead of trying Upgrade: derp first.
The text was updated successfully, but these errors were encountered:
Currently, Tailscale falls back to WebSocket if it sees a
4xx
when trying to connect withUpgrade: derp
. Some reverse proxies (like Azure Application Proxy) handleUpgrade: derp
in a very silly way which circumvents this automatic detection and fallback to WebSockets (Azure redirects you to the login page?!?!?)Add a server flag
--derp-force-websockets
to force all clients and agents to connect to every DERP server over websockets instead of tryingUpgrade: derp
first.The text was updated successfully, but these errors were encountered: