I have the latest version of WordPress and the WordPress Cloudflare plugin installed on my site. My Cloudflare account communicates with the CF plugin however the CF plugin won’t communicate with Cloudflare.
I have created new API keys, uninstalled the CF plugin and then reinstalled, this process does not solve the problem.
My site is https://www.casinoslots.co.za. I have confirmed my token as follows:
[[email protected] ~]$ curl -X GET “https://api.cloudflare.com/client/v4/user/tokens/verify” \
curl -X GET “https://api.cloudflare.com/client/v4/user/tokens/verify”
-H “Authorization: Bearer 9eIqd4m7tOSDt9nB-Nv7TzkDxwMWhbmmo8D5VA9y”
-H “Content-Type:application/json”
{“result”:{“id”:“96ac808dc7f51c41e6223bcba54cc692”,“status”:“active”},“success”:true,“errors”:,“messages”:[{“code”:10000,“message”:“This API Token is valid and active”,“type”:null}]}curl: (6) Could not resolve host: curl; Name or service notknown
{“result”:{“id”:“96ac808dc7f51c41e6223bcba54cc692”,“status”:“active”},“success”:true,“errors”:,“messages”:[{“code”:10000[xxxxxxxxxxxxxxxxx ~]