[GH-ISSUE #1693] Impossible to add Custom SSL Certificate #1263

Closed
opened 2026-02-26 06:36:27 +03:00 by kerem · 2 comments
Owner

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.

  1. go to menu "SSL Certificate"
  2. click button "Add SSL Certificate"
  3. choose sub menu item "Custom"

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!

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. 1. go to menu "SSL Certificate" 2. click button "Add SSL Certificate" 3. choose sub menu item "Custom" 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!
kerem 2026-02-26 06:36:27 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@jwebbstevens commented on GitHub (Dec 29, 2021):

@Saxintosh try https://github.com/jc21/nginx-proxy-manager/pull/1677 pr-1667 ran 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.

<!-- gh-comment-id:1002393099 --> @jwebbstevens commented on GitHub (Dec 29, 2021): @Saxintosh try https://github.com/jc21/nginx-proxy-manager/pull/1677 `pr-1667` ran 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.
Author
Owner

@chaptergy commented on GitHub (Dec 29, 2021):

Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/1676

<!-- gh-comment-id:1002453755 --> @chaptergy commented on GitHub (Dec 29, 2021): Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/1676
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1263
No description provided.