Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/tailscale: [debug] local-creds URL no longer works #6446

Closed
bradfitz opened this issue Nov 22, 2022 · 0 comments · Fixed by #6465
Closed

cmd/tailscale: [debug] local-creds URL no longer works #6446

bradfitz opened this issue Nov 22, 2022 · 0 comments · Fixed by #6465

Comments

@bradfitz
Copy link
Member

The "foo" that it prints out is no longer a valid hostname:

bradfitz@tsdev:~/src/tailscale.com$ tailscale debug local-creds
curl --unix-socket /var/run/tailscale/tailscaled.sock http://foo/localapi/v0/status
bradfitz@tsdev:~/src/tailscale.com$ curl --unix-socket /var/run/tailscale/tailscaled.sock http://foo/localapi/v0/subscribe-ipn-bus
invalid localapi request

cc @maisem

bradfitz added a commit that referenced this issue Nov 23, 2022
Fixes #6446

Change-Id: I82f0a3dcf6aca25b7f67265533ee30a9d939d86f
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
coadler pushed a commit to coder/tailscale that referenced this issue Feb 2, 2023
Fixes tailscale#6446

Change-Id: I82f0a3dcf6aca25b7f67265533ee30a9d939d86f
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant