mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1019] Cloudflare Wildcard Certificate Error #858
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#858
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonathanadams on GitHub (Apr 15, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1019
Describe the bug
When trying to create a wildcard SSL certificate using cloudflare and a DNS challenge the I receive an error (As below).
My cloudflare credentials are correct and I can access my instance from the outside world.
To Reproduce
Steps to reproduce the behavior:
*.mydomain.com, Select use DNS challenge and enter credentials.Expected behavior
Expect a certificate to be generated.
Screenshots
If applicable, add screenshots to help explain your problem.
Operating System
Running Ubuntu 20.04.2 LTS virtualised on Proxmox. Running NPM 2.8.1 using docker-compose from website but with SQLite.
@puzzler995 commented on GitHub (Apr 15, 2021):
I get the same thing running through docker-compose with MariaDB on Fedora 33. It worked fine until today.
@Speff commented on GitHub (Apr 15, 2021):
It appears to be an issue with a bad build of Cython being pushed to pypi. I'm able to install Cython 0.29.22 when remoted into the container, however the one pushed today 0.29.23 fails. Cython's needed for pyyaml which is needed for python-cloudflare.
I can't find a way of installing pyyaml with an old version of cython though. It looks like the installer has the --ignore-installed flag, which isn't letting me use Cython 0.29.22
Edit: Seems like the container gets stuck in a loop if it gets started with a previously-used cloudflare ssl cert. Is there a way to disable the plugin without using the GUI? NPM could ideally use the existing certs until the issue has been resolved. At this time, this bug prevents access to the web interface
@henkisdabro commented on GitHub (Apr 15, 2021):
Same problem for me, using docker-compose on a openmediavault5 host. To clarify: the error message appear for me upon starting the container (in docker logs)
@FleischKarussel commented on GitHub (Apr 15, 2021):
same for me with wildcard and lua-dns:
root 3452 0.0 3.4 39884 36620 ? S 07:14 0:01 /usr/bin/python3 /usr/bin/pip3 install certbot-dns-luadns==1.8.0root 3456 0.0 3.5 39800 37652 ? S 07:14 0:00 /usr/bin/python3 /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-3qs3iwia/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel Cython@Speff commented on GitHub (Apr 15, 2021):
Checking the logs, it looks like the issue was resolved 5:40aET for me
@jonathanadams commented on GitHub (Apr 15, 2021):
Also seems to be resolved for me - I'm going to close the issue.