mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #124] Can't get a Let's Encrypt cert #111
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#111
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 @undercoverdesigns on GitHub (Apr 22, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/124
When I try to generate a certificate, I consistently get the following error:
the log in /var/log/letsencrypt looks like this:
What am I doing wrong?
@kolbii commented on GitHub (Apr 23, 2019):
I had the same issue recently with Let's Encrypt. There was a non-unicode character in nginx config file. The config tester didn't throw any error but the certbot.py was unable to read it.
@jc21 commented on GitHub (Apr 23, 2019):
Interesting, is that unicode character part of this codebase or was it introduced by user configuration?
@Sigri44 commented on GitHub (Apr 24, 2019):
Hello, i have the same issue since 1 month. I will also check my nginx configuration on my side.
@Sigri44 commented on GitHub (Apr 25, 2019):
Result :
@ghzgod commented on GitHub (May 7, 2019):
This is also happening to me. Was working fine for months. I go to add a new domain and I get
[Express ] › ⚠ warning Command failed: /usr/bin/certbot certonly --cert-name "npm-4" --agree-tos --email "xxx@gmail.com" --preferred-challenges "http" -n -a webroot -d "mydomain.com"And also
Failed authorization procedure. mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://mydomain.com/.well-known/acme-challenge/CHALLENGEKEY: Timeout during connect (likely firewall problem)@jc21 commented on GitHub (May 7, 2019):
Definitely not able to reproduce this. If you are using someone elses docker build or unraid, I really cannot help you as I have no idea about it. I can only support my own builds.
Version reported on login page: v2.0.12
@jay991-jp commented on GitHub (Apr 30, 2020):
you need to create port forwarding rules as shown in the attached picture
@zigazajc007 commented on GitHub (Apr 8, 2021):
Same here. It was working for a year and now it just doesn't work anymore. I didn't touch anything.
@chaptergy commented on GitHub (May 10, 2021):
@jay991-jp @zigazajc007 As this issue is fairly old you should probably open a new issue if you are still experiencing the problem. Remember to include as much debug information a possible, so the letsencrypt log from
/var/log/letsencryptand your host config from/data/nginx/proxy_hostor/data/nginx/redirection_hostor whichever host you are experiencing the issue with.