Hi,
I’m trying to use db-connect from Worker. Our on premise server is running Windows 2012R2 and I’ve downloaded the 64bit of cloudflared. I’ve followied the steps from the Quickstart (https://developers.cloudflare.com/argo-tunnel/quickstart). The cert.pem file is stored in C:\Users\username\.cloudflared
The command I’m using to try and start the tunnel is:
cloudflared db-connect --hostname db.zone.com --url sqlserver://user:[email protected](local) --insecure
However the response is:
cloudflared does not support loading the system root certificate pool on Windows. Please use the --origin-ca-pool to specify it
I’m not sure what value I need to specify here?