mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #3928] Internal error when creating an access list #2576
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#2576
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 @shadowjig on GitHub (Aug 13, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3928
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Set up an access list and get an error in the logs and "Internal Error" pop up in the web UI.
Nginx Proxy Manager Version
2.11.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An access list with the supplied username/password set up and usable.
Operating System
Synology NAS, running docker and managing containers using portainer
Additional context
Internal error returned via the UI. Here are the logs:
v[8/12/2024] [10:53:26 PM] [Access ] › ℹ info Building Access file #11 for: test4
[8/12/2024] [10:53:26 PM] [Access ] › ℹ info Adding: john
[8/12/2024] [10:53:26 PM] [Access ] › ✖ error Error: Command failed: /usr/bin/htpasswd -b /data/access/11 john abc123
/usr/bin/htpasswd: Unable to generate random bytes: Function not implemented
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
[8/12/2024] [10:53:26 PM] [Access ] › ✖ error Error: Command failed: /usr/bin/htpasswd -b /data/access/11 john abc123
/usr/bin/htpasswd: Unable to generate random bytes: Function not implemented
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
[8/12/2024] [10:53:26 PM] [Access ] › ✔ success Built Access file #11 for: test4
[8/12/2024] [10:53:26 PM] [Express ] › ⚠ warning Command failed: /usr/bin/htpasswd -b /data/access/11 john abc123
/usr/bin/htpasswd: Unable to generate random bytes: Function not implemented
@github-actions[bot] commented on GitHub (Feb 14, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍