mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #1130] Unable to create a SSL Certificate #928
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#928
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 @LeducH on GitHub (May 27, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1130
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I am unable to create a ssl certificate
Nginx Proxy Manager Version
v2.9.3
To Reproduce
Steps to reproduce the behavior:
Run nginx proxy manager with the following compose
go to ssl certificate. create a certificate for a new domain
example.comExpected behavior
I am able to create the ssl certificate for my domain
example.comScreenshots
Error message
Operating System
arch for raspberryPi
Additional context
@yieldhog commented on GitHub (May 28, 2021):
Also getting this error, specifically with Cloudflare when adding a new domain, had been working perfectly.
@chaptergy commented on GitHub (May 28, 2021):
@LeducH Is your pi (port 80 / 443) exposed to the internet and does the domain
example.comyou are trying to verify have a record containg the public IP of your pi? See Hosting your home network.@yieldhog Your problem is totally different than what this issue is about. The issue you have seems to be identical to this one: https://github.com/jc21/nginx-proxy-manager/issues/1109
@LeducH commented on GitHub (May 28, 2021):
@chaptergy Yes the ports are open.
@chaptergy commented on GitHub (May 28, 2021):
Just to make extra sure, you are able to reach pages proxied by your npm instance from outside your network?
@StarkITA commented on GitHub (May 28, 2021):
I do have the same problem. Since a few days my nginxproxymanager seems completely broken.
@Knocks83 commented on GitHub (May 28, 2021):
Are you using the DNS challenge?
@joaomarioss commented on GitHub (May 29, 2021):
I'm also having a problem. the certificates have expired. Now there is an error generating a new certificate.
@LeducH commented on GitHub (May 29, 2021):
Jo I am able to access it with my public ip since other services work
@Knocks83 commented on GitHub (May 30, 2021):
what does
docker logssay?@chaptergy commented on GitHub (May 30, 2021):
Also have a look at the files inside the container in folder
/var/log/letsencrypt/, if they contain any useful information to help pinpoint this issue@joaomarioss commented on GitHub (Jun 2, 2021):
My error, the dns ip was wrong.
its work.
thanks for help.
@Hakker commented on GitHub (Jun 3, 2021):
Getting the same behaviour although for me it's a subdomain.
@Knocks83 commented on GitHub (Jun 3, 2021):
Are you sure the subdomain is reachable from the internet?
If yes, try running the
certbot renewcommand inside the container and see what happens@theouitdenwaal commented on GitHub (Jun 30, 2021):
In my case, same issue, same error, domain is not reachable from the internet and running certbot renew in the container brings:
2021-06-30 19:41:32,006:DEBUG:certbot._internal.main:certbot version: 1.16.0
2021-06-30 19:41:32,007:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2021-06-30 19:41:32,007:DEBUG:certbot._internal.main:Arguments: []
2021-06-30 19:41:32,007:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-google,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2021-06-30 19:41:32,055:DEBUG:certbot._internal.log:Root logging level set at 30
2021-06-30 19:41:32,058:DEBUG:certbot.display.util:Notifying user:
2021-06-30 19:41:32,059:DEBUG:certbot.display.util:Notifying user: No renewals were attempted.
2021-06-30 19:41:32,059:DEBUG:certbot.display.util:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2021-06-30 19:41:32,060:DEBUG:certbot._internal.renewal:no renewal failures
@LeducH commented on GitHub (Feb 10, 2022):
still open
@github-actions[bot] commented on GitHub (Mar 11, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Apr 23, 2025):
Issue was closed due to inactivity.