mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #2999] Internel Server Error in process renew certificate Let's Encrypt, Wildcard Namecheap #2048
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#2048
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 @vsc55 on GitHub (Jun 14, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2999
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
When you click to renew the certificate, an internal error occurs.
Certificate is Wildcard in Namecheap.
Nginx Proxy Manager Version
v2.10.3
To Reproduce
Steps to reproduce the behavior:
Screenshots
Log error:
Run command in verbose mode:
Operating System
Docker in Debian.
@vsc55 commented on GitHub (Jun 14, 2023):
Hi, it was a false alarm.
I leave here the reason for the problem and solve it in case it happens to someone else (probably to me in a few months when I don't remember). hehehehe
It turns out that the error is caused by a security filter that namechepa has when using the API since they control the IPs of the clients that connect.
It turns out that I was connecting to another ip that was not on the whitelist and that is why the error occurs.
Add the new ip to the whitelist and everything has been fixed.