cloudflare / cloudflare/cloudflared
443: connect: network is unreachable
- Dominant language
- Go
- Stars
- 15.6k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Article used: https://developers.cloudflare.com/cloudflare-one/tutorials/rdp/
I have web application hosted on port 8080 and is routed fine through cloudflared, but having issues with rdp 3389.
Error on client side when i connect to localhost: 2022-03-18T20:10:27Z ERR failed to connect to origin error="dial tcp [::]:443: connect: network is unreachable" originURL=https://rdp.domain.org
However when i connect directly to rdp.domain.org, my client is able to find the host but connection gets dropped
checked on https://dnschecker.org/ and CNAME is resolved.
Server: Windows 10
Client: Linux Arch Manjaro
config.yml
```tunnel: *
credentials-file: *
ingress:
- hostname: rdp.domain.org
service: rdp://localhost:3389
- hostname: web.domain.org
service: http://localhost:80
- service: http_status:404```
Contributor guide
Assessment
This issue has not been assessed yet.