-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
v0.17.0-alpha2 doesn't serve on 443 #799
Comments
Can you paste here your config? |
|
Hello, you can change tls_letsencrypt_challenge_type from HTTP-01 to TLS-ALPN-01, or use existing certificate with options tls_cert_path: "" and tls_key_path: "". It's a bug ( |
I was able to successfully start headscale using
It looks like there is no service running port 80. I assume that has to do with using TLS-ALPN-01.
I was then able to register two machines using the tailscale client who can ping each other. :) |
Good to know that there is a workaround; too bad I cannot put Headscale on 443 here. |
I possibly seem to be hitting this issue: I've noticed what appears to be a regression between 0.17-alpha1 and 0.17-alpha2/alpha3. Specifically - with 0.17-alpha1 - headscale is listening on the specified ports in the configuration file (e.g. 8080, 50443 etc.) as expected:
Here is the startup console output as well:
However, with 0.17-alpha2 and 0.17-alpha3 and the same configuration file - it does not appear to be listening on those ports anymore:
and the startup console lines:
I'm just trying to understand the workaround - does this mean we need to change the configured port from 8080 to 443 as well? |
I think this was a result of a refactoring, can some of you try #831. |
This fix is now in 0.17 alpha 4, please give it a go. |
headscale serve
does not serve anything on port 443 in version v0.17.0-alpha2ss -tpln
output only shows port :80 being used.If you use v0.17.0-alpha1 everything seems to be working as expected. At least I was able to register a new node with out issue.
ss -tpln
output when runningv0.17.0-apha1
Both server and client are Ubuntu 22.04.
I'm a new user of headscale so it's possible I don't have something configured properly. This seems unlikely though as v0.17.0-alpha1 works and alpha2 does not.
The text was updated successfully, but these errors were encountered: