6003 invalid request headers | Communication with the API failed, is NPM running correctly? #3228
Replies: 3 comments
-
Why? This is an clean install... |
Beta Was this translation helpful? Give feedback.
-
Error determining zone_id: 6003 Invalid request headers. Please confirm that you have supplied valid Cloudflare API credentials. (Did you copy your entire API token/key? To use Cloudflare tokens, you'll need the python package cloudflare>=2.3.1. This certbot is running cloudflare 2.12.4) |
Beta Was this translation helpful? Give feedback.
-
THe solution was to leave Nginx Proxy Manager and run HAproxy... works great! |
Beta Was this translation helpful? Give feedback.
-
I redeployed jc21/nginx-proxy-manager:latest, and afterward, everything appeared to be empty! Now, I'm attempting to create the SSL certificate for the domain, but it's failing with this error.
Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-6" --agree-tos --email "[email protected]" --domains "*.dmz.se,dmz.se" --authenticator dns-cloudflare --dns-cloudflare-credentials "/etc/letsencrypt/credentials/credentials-6"
Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
Error determining zone_id: 6003 Invalid request headers. Please confirm that you have supplied valid Cloudflare API credentials. (Did you copy your entire API token/key? To use Cloudflare tokens, you'll need the python package cloudflare>=2.3.1. This certbot is running cloudflare 2.12.4)
Ask for help or search for solutions at https://community.letsencrypt.org/. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.
at ChildProcess.exithandler (node:child_process:402:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
What's the problem? I appreciate all the assistance; I'm currently stuck with inaccessible servers. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions