-
Notifications
You must be signed in to change notification settings - Fork 9
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
Invalid response from forwarded server #8
Comments
Same. |
Is a server running on your localhost? Maybe try forwarding to |
I was running it on the server that you provided actually. |
If you're getting the error: |
I was trying this out by spinning up a local server using
python3 -m http.server 8004
, and then runningdocker run -it --rm --network=host -v tunwg_keys:/data ghcr.io/ntnj/tunwg tunwg --forward=http://localhost:8004
.When I try visiting the URL returned by tunwg, I get the error
Invalid response from forwarded server
. Looking at the Python logs there was no HTTP request, and the tunwg logs say:The text was updated successfully, but these errors were encountered: