cloudflared
cloudflared copied to clipboard
443: connect: network is unreachable
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
credentials-file: *
ingress:
- hostname: rdp.domain.org
service: rdp://localhost:3389
- hostname: web.domain.org
service: http://localhost:80
- service: http_status:404```