mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #64] RPI issues #61
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#61
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 @burnacid on GitHub (Feb 3, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/64
I'm having a lot of issues with getting SSL to work.
I'm running nginx proxy manager on a Raspberry Pi 3+
Normal HTTP proxies work like a charm. But fail when I try to setup any to SSL.
On requesting a LetsEncrypt certificate I get a popup message saying "Timeout"
On refresh the certificate is there. But when I link it to one of the proxies the proxy stays offline and doesn't work at all.
I've generated a LetEncrypt wildcard certificate. Tried to upload that. But again failed with the message 400 upload failed.
What am I missing? I love the way nginx proxy manager lets me setup reverse proxies. Great tool keep up the work man.
@burnacid commented on GitHub (Feb 3, 2019):
Console shows
@burnacid commented on GitHub (Feb 3, 2019):
Never mind. The issues was ownership of the data and letsencrypt folders.
Fixed it with
sudo chown -R pi:docker /opt/nginx-proxy/*