nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

internal error cloudflare

Open ilgio opened this issue 1 year ago • 1 comments

I followed the guide to allow the certbot to cloudflare with the creation of API but it gives me an error

certbot: error: unrecognized arguments: --dns-cloudflare-credentials /etc/letsencrypt/credentials/credentials-9

Screenshot 2024-10-07 alle 16 17 41 Screenshot 2024-10-07 alle 16 16 56 Screenshot 2024-10-07 alle 16 17 16

ilgio avatar Oct 07 '24 14:10 ilgio

I had the same issue (using Proxmox container helper scripts) and the issue was that the plugin for cloudflare was misconfigured https://github.com/tteck/Proxmox/issues/3929

The solution was to manually reinstall the plugin with the command python3 -m pip install --no-cache-dir certbot-dns-cloudflare in the container. After that, the challenge went trough.

dullin avatar Oct 19 '24 00:10 dullin

As of today, I was able to replicate the issue. Thanks to @dullin comment, I was able to reinstall certbot and retrieve a CERT.

bmac6996 avatar Oct 25 '24 20:10 bmac6996

Issue is now considered stale. If you want to keep it open, please comment :+1:

github-actions[bot] avatar May 16 '25 02:05 github-actions[bot]