-
-
Notifications
You must be signed in to change notification settings - Fork 34
Tunnel Token parsed incorrectly #46
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
Comments
Hi @mrchi, I've investigated this on my end. When I test the tunnel token retrieval (even by completely removing the existing tunnel in Cloudflare, deleting the Docker image and state.json, and starting a fresh DockFlare instance), my instance correctly fetches the raw token string directly from the Cloudflare API endpoint (/accounts/.../cfd_tunnel/.../token). This means the cloudflared agent starts correctly with the raw token, not a JSON string. The evidence you provided in issue #46 (the Cmd array showing a JSON string for the token) is very clear, so something is definitely different in how the token was obtained or processed in that scenario. A few thoughts and questions to help us narrow this down:
for debug:
|
Here's the agent container config screenshot. the tunnel token is incorrect and it's a json string now.
The text was updated successfully, but these errors were encountered: