CFL001 - Cloudflare Authentication Failed
Uploading...Agent error code #CFL001 indicates that Cloudflare returned HTTP 401 for the API token configured on the knoc. The token was rejected before any permission check took place.
Common causes include:
Steps to Resolve
Verify the Token
Cloudflare provides an endpoint that checks a token on its own:
curl -sS -H "Authorization: Bearer <token>" \
https://api.cloudflare.com/client/v4/user/tokens/verify
A successful response reports the token as active. A 401 confirms Cloudflare is rejecting it.
Re-enter the Token
Confirm It Is an API Token, Not a Global API Key
The agent authenticates with a bearer token. A Global API Key uses a different scheme and is rejected here.
Create a Replacement Token
If the original was revoked, create a new one with the permissions described on the Cloudflare IP lists page and update the knoc.