mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1693] Impossible to add Custom SSL Certificate #1263
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#1263
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 @Saxintosh on GitHub (Dec 28, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1693
Hello,
At least in version 2.9.13, it is not possible to add a custom certificate.
Nothing happens and you can see a js error in the console:
[Error] TypeError: undefined is not an object (evaluating 'this.ui.domain_names[0].value') — 16.bundle.16.js:1:7199
(anonymous function) (main.bundle.js:1:1936)
promiseReactionJob
[Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'this.ui.domain_names[0].value')
(anonymous function) (main.bundle.js:1:1941)
promiseReactionJob
Whether using Safari or Chrome!
@jwebbstevens commented on GitHub (Dec 29, 2021):
@Saxintosh try https://github.com/jc21/nginx-proxy-manager/pull/1677
pr-1667ran into the same problem and this PR worked for me. Was able to add in Chrome Version 96.0.4664.110, haven't tested adding in Safari but only need to load one custom cert in my use case.@chaptergy commented on GitHub (Dec 29, 2021):
Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/1676