Hey I'm trying to follow long with the docker self hosting guide (Self-hosting guide for Docker | Zrok) and I'm running into the error in the title, in the ziti-quickstart logs (it's the first of several, but I'm assuming it's the source of my problems here and in the controller).
Not sure where to start for info, but my .env is
CADDY_DNS_PLUGIN=cloudflare
CADDY_DNS_PLUGIN_TOKEN=[Mytoken]
# https://acme-v02.api.letsencrypt.org/directory
# currently using staging api until setup
CADDY_ACME_API=https://acme-staging-v02.api.letsencrypt.org/directory
ZROK_DNS_ZONE=zrok.mydomain.dev
ZROK_USER_EMAIL=myemail@outlook.com
ZROK_USER_PWD=[userpwd]
ZITI_PWD=[zitipwd]
ZROK_ADMIN_TOKEN=[admintoken]
ZITI_CTRL_ADVERTISED_PORT=1280
ZITI_ROUTER_PORT=3022
My DNS records are on cloudflare, with the following entries
A *.zrok publicip DNS only
A zrok publicip DNS only
The API token that I used has the following settings:
Zone DNS Settings Edit
Zone Zone Settings Edit
Zone Zone Edit
Zone DNS Edit
Client IP operator is in (my server's public ip)