Cloudflare Tunnel -network Host Error #351

Open
opened 2026-04-05 16:19:26 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @katmakhan on 10/16/2025

Below are the main variables to change:

# Main domain for your OneUptime instance
HOST=oneuptime.domain.com

# OneUptime HTTP port (can be any free port)
ONEUPTIME_HTTP_PORT=8013

# ==============================================
# STATUS PAGE CONFIG
# ==============================================

# Use HTTPS port since OneUptime uses Let's Encrypt for SSL
# STATUS_PAGE_HTTPS_PORT=443 # As im tunneling via cloudflare with -network host
STATUS_PAGE_PORT=8014 #port for status.domain.com

# Example status page domain
STATUS_PAGE_CNAME_RECORD=oneuptime.domain.com

for probe to get working i changed

# FROM:
GLOBAL_PROBE_1_ONEUPTIME_URL=http://localhost
GLOBAL_PROBE_2_ONEUPTIME_URL=http://localhost

# TO:
GLOBAL_PROBE_1_ONEUPTIME_URL=http://localhost:8013
GLOBAL_PROBE_2_ONEUPTIME_URL=http://localhost:8013

But right now im stuck at Action Required: Please order SSL certificate., to add the sub domain, and when I check the status.domain.com its showing Error: Status Page ID not found, is it because the SSL is not generated via lets encrypt (not public yet) or something in port exposing?

*Originally created by @katmakhan on 10/16/2025* Below are the main variables to change: ```bash # Main domain for your OneUptime instance HOST=oneuptime.domain.com # OneUptime HTTP port (can be any free port) ONEUPTIME_HTTP_PORT=8013 # ============================================== # STATUS PAGE CONFIG # ============================================== # Use HTTPS port since OneUptime uses Let's Encrypt for SSL # STATUS_PAGE_HTTPS_PORT=443 # As im tunneling via cloudflare with -network host STATUS_PAGE_PORT=8014 #port for status.domain.com # Example status page domain STATUS_PAGE_CNAME_RECORD=oneuptime.domain.com ``` for probe to get working i changed ``` # FROM: GLOBAL_PROBE_1_ONEUPTIME_URL=http://localhost GLOBAL_PROBE_2_ONEUPTIME_URL=http://localhost # TO: GLOBAL_PROBE_1_ONEUPTIME_URL=http://localhost:8013 GLOBAL_PROBE_2_ONEUPTIME_URL=http://localhost:8013 ``` But right now im stuck at `Action Required: Please order SSL certificate.`, to add the sub domain, and when I check the status.domain.com its showing `Error: Status Page ID not found`, is it because the SSL is not generated via lets encrypt (not public yet) or something in port exposing?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#351