I have read through the WARP client documentation several times to try and make sure that I am not missing anything. I cannot seem to get the WARP client to work when installed via automated methods. Whenever I do, the client pops up with “Registration Missing” and doesn’t allow the connection to start.
I’ve created a Service Auth secret. I’ve added that Service Auth as an Include rule on my device registration settings. There are no other Require or Exclude rules preventing access. The only other rule is an Include that specifies a certain email domain.
When I run the installer, I include the ORGANIZATION=“” value, along with auth_client_id=“” and auth_client_secret=“”
My full install string (with the secret and organization name sanitized) is below:
msiexec /i Cloudflare_WARP_Release-x64.msi /qn ORGANIZATION=“myorgname” auth_client_id=“xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.access” auth_client_secret=“xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”
Any advice on how to get this working is appreciated.