mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #5301] Getting Internal Error When Creating Certificate ECDSA 256 Key Type With Cloudflare #3164
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#3164
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 @YTKme on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5301
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Nginx Proxy Manager Version
Version: v2.13.7
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After saving, expect the certificate to be created. (This works fine with RSA 2048).
Screenshots
Operating System
Linux, Debian
Additional context
Getting the following error in log
Error:
@YTKme commented on GitHub (Feb 13, 2026):
I tried restarting the container, but seem to be getting a repeating of the following error
@SpasovskiFilip commented on GitHub (Feb 13, 2026):
I get the same message 'Internal Error' when I try to add a proxy host. Either via cloudflare ssl or a local network generated certificate
I get this error in the Nginx Proxy Manager logs
P.S. I'm using v2.13.7
@YTKme commented on GitHub (Feb 14, 2026):
I dug a little deeper, it like there are some inconsistency between database and the let's encrypt certificates? When I am starting the container, I realized it was trying to look for a certificate that's already deleted?
@SpasovskiFilip commented on GitHub (Feb 15, 2026):
Don't know if this might help you, but it helped me.
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5284#issuecomment-3867877807
@YTKme commented on GitHub (Feb 15, 2026):
hi @SpasovskiFilip, thank you for the info, i'll give it a try, but not sure where to find the config JSON file.
@SpasovskiFilip commented on GitHub (Feb 15, 2026):
I host my NPM via docker, so mine is in the root folder.
Here is my docker volume mapping.

It's called production.json in the NPM.
@YTKme commented on GitHub (Feb 15, 2026):
hmmm, i don't see
porduction.json? Is itsqlite-test-db.json?@SpasovskiFilip commented on GitHub (Feb 15, 2026):
Could be, either that. Or the default.json
Dont know what's in that.
@YTKme commented on GitHub (Feb 15, 2026):
don't think is
default.json@BartD-Y commented on GitHub (Feb 15, 2026):
I have this setup (by default) with the "better-sqlite3", but still the same error on both ECDSA 256 and RSA 2048.
@YTKme commented on GitHub (Feb 15, 2026):
This is interesting, I switched mine over to
better-sqlite3and they seem to work for me? I am using Cloudflare. Maybe there's a deeper root cause. Do you know what error your log is giving?@SpasovskiFilip commented on GitHub (Feb 15, 2026):
I too use cloudflare... If that's any help
Edit:
Also I don't know if the is related or not, but I got 6 emails in the past 3 days from cloudflare titled
Your domain or one of its subdomains has been issued a new SSL/TLS certificateI usually get one of these emails every 3 months....
@SpasovskiFilip commented on GitHub (Feb 15, 2026):
For me I don't have the "useNullAsCode" line