Cloudflare refuses SSL certificate to Nginx Proxy Manager

What is the name of the domain?

yotehouse.cc

What is the error number?

Internal Error

What is the issue you’re encountering

When requesting an SSL from my subdomain, NPM states “internal error” citing that Cloudflare is not sending any info about my domain

What steps have you taken to resolve the issue?

My public ip changed, so I changed all of the ip address to the new one in my Cloudflare DNS settings.
Proxied status is turned off (tried on as well)
Checked spelling and port numbers
Rebooted my router, pi, and linux server
Formatted the pi and reinstalled everything
Checked the logs, which are pointing to Let's Encrypt not able to connect to Cloudfare, even though the pi can successfullly ping Cloudflare
Disabled all firewalls for testing
Ports 80 and 443 are open on the pi
Downgrading the docker image
Used the dev build docker image
Followed this link: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3824 for downgrading the Cloudflare plugin

What feature, service or problem is this related to?

DNS not responding/updating

What are the steps to reproduce the issue?

Request new SSL from Let’s Encrypt using Cloudflare domain
“Internal Error”

  1. docker exec -it <name of container> /bin/bash
  2. pip uninstall certbot-dns-cloudflare
    pip install --upgrade pip
    and the reinstall the plugin but specify the version
    pip install --force-reinstall "certbot-dns-cloudflare==2.11.0"
    and restart the container.
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.