Normally I know my way around computers and networking. But I’ve only ever worked on Linux and Macs. This is uncharted territory for me. Please be gentle.
I have now spent more than a week trying to reach an API hosted on a Windows machine (that I can access via TeamViewer), through a subdomain on my Cloudflare site, using cloudflared.exe.
This is my setup:
- Domain on Cloudflare: example.com.
- API listens on http://localhost:4000 on a Windows 10 Pro machine and responds fine to local GET requests.
- I’ve downloaded, unzipped and successfully run “cloudflare.exe --version” on the Windows machine.
- I’v successfully logged in and the cert.pem-file downloaded automatically.
Questions:
- What’s the deal with origin-ca-pool on Windows? It’s mentioned in several places in the docs that something needs to be done, but I cannot find any information about what needs to be done. Or how.
- I cannot even get the “–hello-world” to work.
- Should I install some kind of Cloudflare Origin Certificate on the local API server?
- Should I enable or disable TLS settings in the Cloudflare dashboard?
- Should I manually update the DNS with CNAME- or AAAA-records or does the cloudflared.exe take care of it for me?
The thing is I have tried every possible combination of settings I can think of. I would really appreciate a helpful someone with knowledge of Argo Tunnel and Windows.
Your’s truly
UPDATE 2020-12-05:
It’s working now. And I think it’s thanks to the cloudflared daemon updating to version 2020.11.11, and the docs also updating. Now I suddenly see a lot more information in the docs relating to my issues. Thank you Cloudflare documentation team!