mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #1084] LLDAP not workingn with Nginx Proxy Manager #390
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#390
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 @DJKatastrof on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1084
Hey,
I just installed LLDAP on bare metal, local address with port working, 192.168.1.60:17170.
But as soon as I tries to proxy it i get a 502 error message.
Any ideas?
@nitnelave commented on GitHub (Jan 23, 2025):
Can you give us more details? How is the proxy set up? How do you test/what query do you run? Do you get logs from nginx? From LLDAP? You can run LLDAP with the verbose setting enabled for more details
@DJKatastrof commented on GitHub (Jan 23, 2025):
Is soon as I start the service my lldap.domain.com works, but after 2-3 minutes I can't access lldap with https and can only access it from 192.168.1.60:17170.
I'll run it with verbose, just a minute
@DJKatastrof commented on GitHub (Jan 23, 2025):
This is the logs, nothing unusual.
Im running this insde a LXC Debian.
CT Template, slimmed down.
@DJKatastrof commented on GitHub (Jan 23, 2025):
NPM Settings
@DJKatastrof commented on GitHub (Jan 23, 2025):
Nginx logs
2025/01/23 12:13:48 [error] 42685#42685: *1499287 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.20, server: ldap.redacted.com, request: "GET / HTTP/2.0", upstream: "http://192.168.1.60:17170/", host: "ldap.redacted.com"
@DJKatastrof commented on GitHub (Jan 23, 2025):
After a restart of the LXC.
It works for 2 minutes and then error
@nitnelave commented on GitHub (Jan 23, 2025):
Maybe it's http 2 the problem?
Sorry, you've reached the end of my expertise, I think an nginx proxy forum would be better suited to help you, especially since LLDAP is still replying when you reach it directly
@DJKatastrof commented on GitHub (Jan 23, 2025):
No problem. Thanks for the help