What’s the easiest way to get https while still using my given tailnet as domain for accessing stuff? The tailscale documentation suggest to download certs to the server and point each service to those certs, but that seems like more work than it should…?
Is a reverse proxy the best option? Or what do people who use tailscale as vpn for their devices use?
Appriciate any suggestions ✨
mara@pawb.social 1 year ago
Tailscalar here. Use
tailscale serve
. It is a reverse proxy inside tailscaled. It will handle HTTPS certificates for you too. As an example, here’s a sample HTTP server proxied to both my tailnet viatailscale serve
and to the world with Funnel.Also as far as I know you need to use Serve in order to use Funnel.
Fjor@lemm.ee 1 year ago
This does seem like the easiest option so far, i’ll try to play around with this, thanks!
mara@pawb.social 1 year ago
No prob! If you run into any problems, feel free to DM me or @tailscale@hachyderm.io. We’re more than happy to help.