nginx-proxy-manager
nginx-proxy-manager copied to clipboard
Fails to add a let's encrypt certificate
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
Hello everyone.
I just deployed the NPM docker and when I go to add a DuckDNS certificate I get the attached error.
I have performed the python version upgrade but the same thing keeps happening.
pi@raspberrypi:~ $ pip3 --version Error Nginx.txt
pip 22.0.4 from /home/pi/.local/lib/python3.9/site-packages/pip (python 3.9)
I have recreated the docker, restarted the Raspberry Pi but I still get the error.
Nginx Proxy Manager Version 2.9.16
Operating System Rpi 2B OS: Raspbian 11 bullseye Kernel: armv7l Linux 5.10.103-v7+
I am having the same issue with trying to add for cloudflare!
I am having the same issue with trying to add for cloudflare!
Hi shabubu.
Try version 2.9.12 with that I have managed to work.
Regards
I'm also having the same issue when trying to use CloudFlare.
+1 for cloudflare, same error
I also rolled back to a different version and it worked fine. Given this was the first time I was setting it up in docker on a pi I thought something was wrong and tried shelling in and manually fixing build dependencies but eventually I realized this had to be a bug from a recent version when very few had ever complained about this.
I also rolled back to a different version and it worked fine. Given this was the first time I was setting it up in docker on a pi I thought something was wrong and tried shelling in and manually fixing build dependencies but eventually I realized this had to be a bug from a recent version when very few had ever complained about this.
Which version did you go back to?
I also rolled back to a different version and it worked fine. Given this was the first time I was setting it up in docker on a pi I thought something was wrong and tried shelling in and manually fixing build dependencies but eventually I realized this had to be a bug from a recent version when very few had ever complained about this.
Which version did you go back to?
@cma84 suggested 2.9.12. Rollng back to this version worked for me as well.
I was having the same issue with Cloudflare on 2.9.16, but rolling back to 2.9.14 worked for me, so I believe the bug was introduced between 2.9.14 and 2.9.16.
I solved the issue, First Update . apt update apt-get install build-essential libssl-dev libffi-dev python3-dev cargo pip install certbot-dns-duckdns~=0.6 Second , add SSL certificate WITHOUT usisng DNS challenge. I am using Cloudflare.
If it doesn't solve for using cloudflare while using DNS challenge then it is not a solved issue. The only way I personally use it is with DNS challenge.
The pip of nmp runs inside the container. You should check the pip path in the container. In the country of network censorship, you need to set a proxy for pip in the container. I use this method to solve many pip problems.
Issue is now considered stale. If you want to keep it open, please comment :+1:
Has anyone ran into this problem recently? Last I checked it was still broken (4 months ago)