-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add support to HTTP proxies #40
Comments
yes, actually tsdproxy only works to https. we could add it to roadmap. |
Is the below the same issue? For certain containers that I've tried to run with tsdproxy like I can access them locally (e.g.
|
When using TsDProxy with Headscale, I keep getting errors in the log (see below) because Headscale doesn't yet support certificates for https. It's coming in juanfont/headscale/issues/1921.
12:59PM ERR Error listening on TLS error="tsnet: you must enable HTTPS in the admin panel to proceed. See https://tailscale.com/s/https" containerID=c730f9c33ee7f93df67d64e4967c1331a7c6e74e255d5aff69d5cc24d32c314a containerName=whoami
When running the
tailscale serve
command you can use--http=<port>
to expose an HTTP server at the specified port, avoiding certificates being requested. This looks like the following:The text was updated successfully, but these errors were encountered: