-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Unable to add any SSL certificate #2420
Comments
During my troubleshooting process I wiped out my NPM configuration and started from scratch. When starting from scratch I had no trouble generating the necessary SSL certificates. So something in my existing NPM installations must be causing this issue - it's happening on 3 different machines that were set up at different times. |
I have the same problem and the same solution seems to help, for a short period of time |
me it's simple fresh install never made a cert, and it won't do, same problem with 2.9.18 btw |
I have this issue too. Tried reinstalling but did not help Could this be related? |
The error message is the same as what I'm seeing. Does Nginx Proxy Manager use Certbot 2.0 internally? Version 2.0.0 was released only 3 days ago, and the latest Nginx Proxy Manager docker image was built over 2 weeks ago. Unless the docker image downloads the latest Certbot upon first run? I admit I'm not a docker expert. EDIT: I checked my installs and they're all still running certbot 1.31.0. Additionally, the breaking change seems to be related to DNS certificates only, not HTTP? I'm getting this error message even when generating an HTTP certificate. |
I'm only getting the error when trying to add SSL certificates (via gandi livedns):
|
same issue on my side, using netcup dns :/ |
Issue is now considered stale. If you want to keep it open, please comment 👍 |
Issue was closed due to inactivity. |
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
I am having issues with creating SSL certificates. Both HTTP and DNS certificates cannot be created despite the server being reachable. I am receiving the following error no matter what kind of certificate I try to generate:
Nginx Proxy Manager Version
2.9.19
To Reproduce
Steps to reproduce the behavior:
Go to SSL Certificates
Add SSL Certificate
Type in domain, agree to terms, and click Save
Error is displayed
Expected behavior
It should be generating the SSL certificate
Screenshots
Operating System
Using docker latest image running on Ubuntu 22.04
Additional context
What's strange is that certificate generation works on ONE of my installs running 2.9.19, but THREE other installs all fail. They have all been able to generate SSL certificates in the past. Never been an issue until now.
The text was updated successfully, but these errors were encountered: