@tailscale Hello headscale users! Did anyone get headscale working in a non standard port? E.g. https://hs.example.com:8443 ? For me It does not work and I think the tailscale clients still send some of the requests to the default port 443
@tailscale Hello headscale users! Did anyone get headscale working in a non standard port? E.g. https://hs.example.com:8443 ? For me It does not work and I think the tailscale clients still send some of the requests to the default port 443
I did it. Here’s full config: https://bin.cat.casa/?9b6e81b89f08756a#HR7TPhgswUU3aDeqEqQxsf5nA6ivdeXjG1FHrscyfJCF
I’ve used 5050 for HTTPS and 5049 for HTTP.
@iso Thanks a lot! Are you using letsencrypt for tls or a reverse proxy? If letsencrypt, did you have to setup firewall rules for port 80 like mention here: https://headscale.net/tls/#http-01.
> Keep in mind, however, that Let’s Encrypt will only connect to port 80 for the validation callback, so if you change tls_letsencrypt_listen you will also need to configure something else (e.g. a firewall rule) to forward the traffic from port 80 to the ip:port combination specified in tls_letsencrypt_listen.
Yeah forgot to mention that. I have redirected
vpn.mycompany.com:80
to port 5049 with Traefik.