cloudflare / cloudflare/cloudflared

🐛I have changed the internal ip and the cert does not match

Open
#1,185 1 comment 0 reactions 0 assignees View on GitHub
Priority: Normal Type: Bug
Dominant language
Go
Stars
15.6k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
I've changed the internal ip and now I have a problem with the tls certificate

**To Reproduce**
Steps to reproduce the behavior:
1. change the ip of a server
2. try to use cloudflared
3. I have the following error

`Feb 20 10:22:43 pmx-mi cloudflared[850856]: 2024-02-20T09:22:43Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: tls: failed to verify certificate: x509: certificate is valid for 127.0.0.1, ::1, 192.168.1.200, not 192.168.2.200" cfRay=8585afcd4f910d55-MXP event=1 ingressRule=0 originService=https://192.168.2.200:8006
Feb 20 10:22:43 pmx-mi cloudflared[850856]: 2024-02-20T09:22:43Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: tls: failed to verify certificate: x509: certificate is valid for 127.0.0.1, ::1, 192.168.1.200, not 192.168.2.200" connIndex=2 dest=https://pmxmilano.leomutti.casa/ event=0 ip=198.41.200.193 type=http
`

If it's an issue with Cloudflare Tunnel:
5. Tunnel ID : pmx-mi-01
6. cloudflared config: where to find it?

**Expected behavior**
the internal server accessible from internet

**Environment and versions**
- OS: Linux
`# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
`
- Architecture: Intel(R) Celeron(R) N5095A @ 2.00GHz
- Version: cloudflared version 2024.2.0 (built 2024-02-08-1205 UTC)

**Logs and errors**
```
Feb 20 10:22:43 hostname cloudflared[850856]: 2024-02-20T09:22:43Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: tls: failed to verify certificate: x509: certificate is valid for 127.0.0.1, ::1, 192.168.1.200, not 192.168.2.200" cfRay=8585afcd4f910d55-MXP event=1 ingressRule=0 originService=https://192.168.2.200:8006
Feb 20 10:22:43 hostname cloudflared[850856]: 2024-02-20T09:22:43Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: tls: failed to verify certificate: x509: certificate is valid for 127.0.0.1, ::1, 192.168.1.200, not 192.168.2.200" connIndex=2 dest=https://pmxmilano.domain.tld/ event=0 ip=198.41.200.193 type=http
```

**Additional context**
Add any other context about the problem here.

I have moved the ip of the server from 192.168.1.200 to 192.168.2.200

the problems seems related to the certificate, but I cannot understand how to change the cert

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.