[GH-ISSUE #3450] add SSL Certificates exception #2304

Closed
opened 2026-02-26 07:34:56 +03:00 by kerem · 0 comments
Owner

Originally created by @huhouhua on GitHub (Jan 14, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3450

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • no
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug
create SSL Certificates exception

Nginx Proxy Manager Version
jc21/nginx-proxy-manager:2.10.4

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'SSL Certificates'

  2. Click on 'Add SSL Certificate'

  3. oupout error log:
    `Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-1" --agree-tos --email "" --domains "" --authenticator dns-dnspod --dns-dnspod-credentials "/etc/letsencrypt/credentials/credentials-1"
    An unexpected error occurred:
    ModuleNotFoundError: No module named 'zope'
    Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/certbot-log-xowivj0d/log or re-run Certbot with -v for more details.

    at ChildProcess.exithandler (node:child_process:402:12)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1100:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)`

Expected behavior

Add SSL Certificate success

Screenshots

image

Operating System

Docker Compose version v2.23.0-desktop.1

Additional context

Originally created by @huhouhua on GitHub (Jan 14, 2024). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3450 <!-- Are you in the right place? - If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit. - If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask. - If you think you found a bug with NPM (not Nginx, or your upstream server or MySql) then you are in the *right place.* --> **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? - no - Are you sure you're not using someone else's docker image? - Yes - Have you searched for similar issues (both open and closed)? - Yes **Describe the bug** create SSL Certificates exception **Nginx Proxy Manager Version** jc21/nginx-proxy-manager:2.10.4 **To Reproduce** Steps to reproduce the behavior: 1. Go to 'SSL Certificates' 2. Click on 'Add SSL Certificate' 3. oupout error log: `Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-1" --agree-tos --email "" --domains "" --authenticator dns-dnspod --dns-dnspod-credentials "/etc/letsencrypt/credentials/credentials-1" An unexpected error occurred: ModuleNotFoundError: No module named 'zope' Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/certbot-log-xowivj0d/log or re-run Certbot with -v for more details. at ChildProcess.exithandler (node:child_process:402:12) at ChildProcess.emit (node:events:513:28) at maybeClose (node:internal/child_process:1100:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)` **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Add SSL Certificate success **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> ![image](https://github.com/NginxProxyManager/nginx-proxy-manager/assets/40319281/4f7ececb-d27d-428d-aca3-108450d684c9) **Operating System** <!-- Please specify if using a Rpi, Mac, orchestration tool or any other setups that might affect the reproduction of this error. --> Docker Compose version v2.23.0-desktop.1 **Additional context** <!-- Add any other context about the problem here, docker version, browser version, logs if applicable to the problem. Too much info is better than too little. -->
kerem 2026-02-26 07:34:56 +03:00
  • closed this issue
  • added the
    bug
    label
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#2304
No description provided.