jd
jd
CDCloudflare Developers
Created by jd on 3/1/2024 in #general-help
Custom Pages
Hi! I'll like to know if there is a way to change the langueage of the ::CLOUDFLARE_ERROR_500S_BOX:: Since my page is in spanish and it displays something like this once I saw the preview
Connection timed out
The initial connection between Cloudflare's network and the origin web server timed out. As a result, the web page can not be displayed.

Ray ID: 000000000000000
Your IP address: 0.0.0.0
Error reference number: 522
Cloudflare Location: San José
Connection timed out
The initial connection between Cloudflare's network and the origin web server timed out. As a result, the web page can not be displayed.

Ray ID: 000000000000000
Your IP address: 0.0.0.0
Error reference number: 522
Cloudflare Location: San José
My html is simple, i'm just trying to show an image as a custom page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Problemas Técnicos</title>
</head>
<body>
<h1> Problemas Técnicos </h1>
<h2>::CLOUDFLARE_ERROR_500S_BOX::</h2>
<img src="alerta.svg" alt="Error 500 - Problemas Técnicos" style="max-width:100%;">
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Problemas Técnicos</title>
</head>
<body>
<h1> Problemas Técnicos </h1>
<h2>::CLOUDFLARE_ERROR_500S_BOX::</h2>
<img src="alerta.svg" alt="Error 500 - Problemas Técnicos" style="max-width:100%;">
</body>
</html>
3 replies
CDCloudflare Developers
Created by jd on 12/29/2023 in #general-help
Monitor tunnels from outside
Hi! I'm using cloudflare tunnels to run my homelab but I want to monitor from outside (in case my conection goes off or rasp dies) I have tried tools like https://www.openstatus.dev but they not reach the page for example jonathan.com.ar Is there a way to monitor my different aplications running there from outside?
40 replies
CDCloudflare Developers
Created by jd on 11/6/2023 in #general-help
[TUNNELS] Working but content is not there
No description
14 replies