Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛Unable to reach the origin service error: tls: handshake failure #1297

Open
Coralesoft opened this issue Jul 21, 2024 · 4 comments
Open
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working

Comments

@Coralesoft
Copy link

Describe the bug
Since upgrading to 2024.6.1 I cannot access my servers, i revert back to 2023.10.0 and everything works as it always shad

with 2024.6.1, I now get
JSON
{
"ingressRule": 0,
"error": "Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: remote error: tls: handshake failure",
"connIndex": 3,
"originService": "https://localhost:10000"
}
this has always worked in the past I have downgraded to an earlier version of cloudflared,
I believe this is to do with the noTLSVerify: flag

**Path
*
Service
https://localhost:10000
Origin configurations
tlsTimeout:
10
noTLSVerify:
disableChunkedEncoding:
**

Environment and versions

  • OS: CENTOD7.9
  • Architecture: AMD
  • Version: 2024.6.1
@Coralesoft Coralesoft added Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working labels Jul 21, 2024
@Coralesoft
Copy link
Author

Found another user with the same issue

dani1
6 Jun
I have a Cloudflare tunnel with a public hostname pointing to an internal resource with a self-signed certificate. The origin configuration has “No TLS Verify” enabled.

It does not work with the latest cloudflared (2024.6 windows_amd64). However, it works with the previous version (2023.8.2 windows_amd64) as expected.

Logs with 2024.6 show this error, which should be ignored due to the “No TLS Verify” setting but is not:

{
“connIndex”: 2,
“originService”: “https://localhost:4105/”,
“ingressRule”: 1,
“error”: “Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: remote error: tls: handshake failure”
}

@Coralesoft
Copy link
Author

Tested with 2024.8.2, its still broken

@dberwig
Copy link

dberwig commented Aug 26, 2024

I had this working until 2024.4.1
Above that, I get the same error.

@Coralesoft
Copy link
Author

Tested with 2024.8.3, its still broken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants