mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
getting connect ECONNREFUSED 127.0.0.1:443 #456
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#456
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 @milindpatel63 on GitHub (Oct 22, 2021).
Is it a duplicated question?
Please search in Issues without filters: https://github.com/louislam/uptime-kuma/issues?q=
No
Describe your problem
Please describe what you are asking for
I am getting following error when doing a https check
connect ECONNREFUSED 127.0.0.1:443
on organizr...it's hosted via cloudflare tunnel...
all other services hosted via that tunnel works fine...organizr local address http works fine...
but organizr.mydomain.com doesn't work
I can access organizr.mydomain.com in browser normally...but https check in uptime kuma gives that error.
Info
Uptime Kuma Version: 1.9.1
Using Docker?: Yes
Docker Version: 20.10.9
Node.js Version (Without Docker only): 10.19.0
OS: Ubuntu 20.04
Browser: Brave
@louislam commented on GitHub (Oct 22, 2021):
I think it is a DNS problem, because it is resolved as 127.0.0.1.
@milindpatel63 commented on GitHub (Oct 22, 2021):
that organizr is running in the same docker host as a seperate container....it has a nginx web server and proxy inside it's container....and i can't see anything in the nginx logs and organizr logs of that docker container....so it's not even reaching locally.....
any ideas how to fix this...
i don't have a local dns server running on this ubuntu machine.....
@milindpatel63 commented on GitHub (Oct 22, 2021):
i had previously installed organizr in bare metal, and it modified my hosts file....
i removed the hosts rules there....
then followed this https://askubuntu.com/questions/665995/after-modifying-etc-hosts-which-service-needs-to-be-restarted
to refresh hosts rules without needing a restart....and it works now...
@louislam Thanks (Y)