-
Notifications
You must be signed in to change notification settings - Fork 3k
SSL | Intern error #2892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Git exactly the same error, here. Looking at letsencrypt.log says that let's encrypt cannot access the challenge. Very strange. I guess it's done until a patch... |
Ive been having the same issue for a couple months now also, not sure what the problem is. Cant generate any certs only difference is im using unraid. |
Can't add custom certificate either, same error.
then the hostfile disappear, server offline. |
I am getting the exact same error |
Has anyone solved this issue? Duplicate relation "access_list" in a relation expression. You should use "a.[b, c]" instead of "[a.b, a.c]". This will cause an error in objection 2.0 |
I have the exact same problem... Don't know why this was closed since many have the same problem. |
@aj1322001 |
I'm having exactly this issue after a clean install. |
Hello, Same here .. |
Hi, |
Is anyone not having this issue? |
Hello @GitTworn I think is a problem with Ubuntu/Debian, but i dont Knox why. So, on alpine, i have a error, with a file not deleting, but i have my ssl certificat. If you use docker-compose, set network to host. |
Having the same issue since i reinstalled my server today and redeployed my dockers. |
What is your os ? |
For the past 2-3 days I've been having so many issues (after fresh install). Finally after setting up SSL and scrolling up in logs, I saw the same issue. Not sure what's causing this but yep, it's causing too many error after setting SSL and then adding host(s), it no longer load nginx proxy manager dashboard and throws 500 and all I see in logs is a bunch of Could not delete file (ssl) and Could not delete file (for all the host(s) I've added). |
I have same problem, on Ubuntu host and Alpine. I dont now if really this the problem. I thinks is a conf of Docker-Compose or Docker engine, maybe docker host network... i dont know But, in Alpine, Fedora and Redhat i have same error, but the certificat ( custom or lets'encrypt) is perfect work. |
I got this error for the first time after an upgrade, however, when downgrading the error persisted, even after a fresh install of an earlier working version. So I suspect in the meantime, docker got updated and it might be a docker related issue. |
YMMV, but i found my unraid setup was using the docker image |
Looks similar to what I've been getting - see #2881 for the workaround that does the trick for me (although it's a bit of a pain and I see from #2892 (comment) that it doesn't seem to work for everyone) - might be worth a shot? |
Why is this issue close since it still persist? |
What closes this? I am also encountering this problem and for every site I have it says |
This helped me aswell. It's annoying to setup everything again, but at least it works just right out of the box. Just installed |
If you do you will find the issue, In my case the issue was that, I requested SSL certificate too many times & that's why it was throwing "Internal Error" Waiting for couple of days & trying again resolved my issue. Refrence: https://community.letsencrypt.org/t/error-429-too-many-requests/98580/2 |
In my case it was firewall on dataprovider side, where I allowed access to port 80 only from my ip address. |
For anyone having a similar issue, my problem was that for some reason my ISP started blocking port 80 but after I got the cert so it was impossible to renew. So manually check all ports are open to properly access your website and allow certs to access the internet. |
I had the same issue with Nginx Proxy Manager. I spent a long time trying to figure out the problem, and eventually, everything was resolved as follows: Check the existence and permissions of the directory: If the directory does not exist, create it and set the correct permissions: Create a test file and check its accessibility: In my case, the folder "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/" did not exist. |
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
Nginx Proxy Manager Version
Nginx Proxy Manager Version v2.10.2
To Reproduce






Expected behavior
ERROR form Docker Nginx Proxy Manager
In /tmp/letsencrypt-log/letsencrypt.log is nothing
Operating System
Ubuntu 20
The text was updated successfully, but these errors were encountered: