mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-27 10:55:49 +03:00
[GH-ISSUE #560] "connect to cloudflared: reach server timed out: http://localhost:51881/metrics" #118
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @amirisongithub on GitHub (Apr 2, 2025).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/560
I tried basic troubleshooting first
Describe the bug
When I run "SignTools -cloudflared-host localhost:51881" I get this error "connect to cloudflared: reach server timed out: http://localhost:51881/metrics"
To reproduce
Steps to reproduce the behavior:
Expected behavior
For the application to run smoothly.
Logs
If possible, please include logs.
1:29AM INF obtaining server url
1:29AM FTL error="connect to cloudflared: reach server timed out: http://localhost:51881/metrics"
System configuration
@amirisongithub commented on GitHub (Apr 3, 2025):
did some more investigating, turns out it's prob not signtool's issue and it's some weird network restriction thing I have
a simple fix would just to replace localhost:51881 with your local ip address (for example, 192.168.x.x:51881
@ViRb3 commented on GitHub (Apr 3, 2025):
It sounds like your machine is missing localhost to 127.0.0.1 mapping in /etc/hosts. But yes, unrelated to SignTools.