-
Notifications
You must be signed in to change notification settings - Fork 43
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
502 bad gateway #31
Comments
Instead of running it in a dockerfile or a reverse proxy, it may be simpler to skip the middleman and choose to simply host the static directory yourself wherever you choose and use What can you glean from |
this is the setup I ended up using (.dev requires https://, it's a browser thing)
headscale config:
caddyfile:
I still can't get headscale to issue SSL certs for the devices in my tailnet, which means I can't use their DNS names, but at least I can use their IPs. some of them require SSL though anyway. I forgot what was the root cause of the admin page not working well, but it could use better error messages in general and better docs. |
Hi there! I recently set up my environment with Headscale and Caddy and encountered similar issues. You can check out my setup here. |
Do you have any debug steps for a 502 bad gateway?
I've got a caddyfile with the following:
tailscale config:
docker-compose:
The text was updated successfully, but these errors were encountered: