[GH-ISSUE #1084] LLDAP not workingn with Nginx Proxy Manager #390

Closed
opened 2026-02-27 08:17:02 +03:00 by kerem · 8 comments
Owner

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?

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?
kerem closed this issue 2026-02-27 08:17:02 +03:00
Author
Owner

@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

<!-- gh-comment-id:2609261217 --> @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
Author
Owner

@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

<!-- gh-comment-id:2609274647 --> @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
Author
Owner

@DJKatastrof commented on GitHub (Jan 23, 2025):

This is the logs, nothing unusual.
Im running this insde a LXC Debian.
CT Template, slimmed down.

Jan 23 10:18:46 lldap systemd[1]: Stopping lldap.service - Nitnelave LLDAP...
Jan 23 10:18:46 lldap lldap[4921]: 2025-01-23T09:18:46.023428236+00:00 INFO i [info]: SIGTERM received; starting gracef>
Jan 23 10:18:46 lldap lldap[4921]: 2025-01-23T09:18:46.023458715+00:00 INFO i [info]: accept thread stopped
Jan 23 10:18:46 lldap lldap[4921]: 2025-01-23T09:18:46.023840924+00:00 INFO i [info]: shutting down idle worker
Jan 23 10:18:46 lldap lldap[4921]: 2025-01-23T09:18:46.326014171+00:00 INFO i [info]: DB Cleanup stopped
Jan 23 10:18:46 lldap systemd[1]: lldap.service: Deactivated successfully.
Jan 23 10:18:46 lldap systemd[1]: Stopped lldap.service - Nitnelave LLDAP.
Jan 23 10:18:46 lldap systemd[1]: Started lldap.service - Nitnelave LLDAP.
Jan 23 10:18:46 lldap lldap[5000]: Loading configuration from /etc/lldap/lldap_config.toml
Jan 23 10:18:46 lldap lldap[5000]: Configuration: Configuration {
Jan 23 10:18:46 lldap lldap[5000]: ldap_host: "0.0.0.0",
Jan 23 10:18:46 lldap lldap[5000]: ldap_port: 3890,
Jan 23 10:18:46 lldap lldap[5000]: http_host: "0.0.0.0",
Jan 23 10:18:46 lldap lldap[5000]: http_port: 17170,
Jan 23 10:18:46 lldap lldap[5000]: jwt_secret: SECRET,
Jan 23 10:18:46 lldap lldap[5000]: ldap_base_dn: "dc=example,dc=com",
Jan 23 10:18:46 lldap lldap[5000]: ldap_user_dn: "admin",
Jan 23 10:18:46 lldap lldap[5000]: ldap_user_email: "",
Jan 23 10:18:46 lldap lldap[5000]: ldap_user_pass: SECRET,
Jan 23 10:18:46 lldap lldap[5000]: force_ldap_user_pass_reset: False,
Jan 23 10:18:46 lldap lldap[5000]: force_update_private_key: false,
Jan 23 10:18:46 lldap lldap[5000]: database_url: "sqlite:///var/lib/lldap/users.db?mode=rwc",
Jan 23 10:18:46 lldap lldap[5000]: ignored_user_attributes: [],
Jan 23 10:18:46 lldap lldap[5000]: ignored_group_attributes: [],
Jan 23 10:18:46 lldap lldap[5000]: verbose: true,
Jan 23 10:18:46 lldap lldap[5000]: key_file: "server_key",
Jan 23 10:18:46 lldap lldap[5000]: key_seed: Some(
Jan 23 10:18:46 lldap lldap[5000]: SECRET,
Jan 23 10:18:46 lldap lldap[5000]: ),
Jan 23 10:18:46 lldap lldap[5000]: smtp_options: MailOptions {
Jan 23 10:18:46 lldap lldap[5000]: enable_password_reset: false,
Jan 23 10:18:46 lldap lldap[5000]: from: None,
Jan 23 10:18:46 lldap lldap[5000]: reply_to: None,
Jan 23 10:18:46 lldap lldap[5000]: server: "localhost",
Jan 23 10:18:46 lldap lldap[5000]: port: 587,
Jan 23 10:18:46 lldap lldap[5000]: user: "",
Jan 23 10:18:46 lldap lldap[5000]: password: SECRET,
Jan 23 10:18:46 lldap lldap[5000]: smtp_encryption: Tls,
Jan 23 10:18:46 lldap lldap[5000]: ..
Jan 23 10:18:46 lldap lldap[5000]: },
Jan 23 10:18:46 lldap lldap[5000]: ldaps_options: LdapsOptions {
Jan 23 10:18:46 lldap lldap[5000]: enabled: false,
Jan 23 10:18:46 lldap lldap[5000]: port: 6360,
Jan 23 10:18:46 lldap lldap[5000]: cert_file: "cert.pem",
Jan 23 10:18:46 lldap lldap[5000]: key_file: "key.pem",
Jan 23 10:18:46 lldap lldap[5000]: },
Jan 23 10:18:46 lldap lldap[5000]: http_url: "http://localhost/",
Jan 23 10:18:46 lldap lldap[5000]: ..
Jan 23 10:18:46 lldap lldap[5000]: }
Jan 23 10:18:46 lldap lldap[5000]: WARNING: A key_seed was given, we will ignore the key_file and generate one from the seed!>
Jan 23 10:18:46 lldap lldap[5000]: WARNING: Default JWT secret used! This is highly unsafe and can allow attackers to log in >
Jan 23 10:18:46 lldap lldap[5000]: WARNING: Unsecure default admin password is used.
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.368894734+00:00 INFO set_up_server [ 1.75ms | 11.46% / 100.00% ]
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.368913300+00:00 INFO ┝━ i [info]: Starting LLDAP version 0.6.1
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.369281170+00:00 DEBUG ┝━ get_schema_version [ 106µs | 6.08% ]
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.369605136+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: Some(SchemaVers>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.369938246+00:00 DEBUG ┝━ list_groups [ 577µs | 33.07% ] filters: S>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370457974+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: [Group { id: 1,>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370463195+00:00 DEBUG ┝━ list_groups [ 237µs | 13.57% ] filters: S>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370732673+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: [Group { id: 2,>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370736630+00:00 DEBUG ┝━ list_groups [ 189µs | 10.85% ] filters: S>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370946264+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: [Group { id: 3,>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370959274+00:00 DEBUG ┝━ list_users [ 340µs | 19.47% ] filters: So>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371473899+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: [UserAndGroups >
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371612264+00:00 INFO ┝━ i [info]: Starting the LDAP server on po>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371676610+00:00 DEBUG ┝━ get_jwt_blacklist [ 96.1µs | 5.50% ]
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371774497+00:00 INFO ┕━ i [info]: Starting the API/web server on>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371865650+00:00 INFO i [info]: starting 1 workers
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371869768+00:00 INFO i [info]: Actix runtime found; starting in >
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371877826+00:00 INFO i [info]: starting service: "ldap", workers>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371881163+00:00 INFO i [info]: starting service: "http", workers>
Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.372857569+00:00 INFO i [info]: DB Cleanup Cron started

<!-- gh-comment-id:2609287924 --> @DJKatastrof commented on GitHub (Jan 23, 2025): This is the logs, nothing unusual. Im running this insde a LXC Debian. CT Template, slimmed down. > Jan 23 10:18:46 lldap systemd[1]: Stopping lldap.service - Nitnelave LLDAP... > Jan 23 10:18:46 lldap lldap[4921]: 2025-01-23T09:18:46.023428236+00:00 INFO i [info]: SIGTERM received; starting gracef> > Jan 23 10:18:46 lldap lldap[4921]: 2025-01-23T09:18:46.023458715+00:00 INFO i [info]: accept thread stopped > Jan 23 10:18:46 lldap lldap[4921]: 2025-01-23T09:18:46.023840924+00:00 INFO i [info]: shutting down idle worker > Jan 23 10:18:46 lldap lldap[4921]: 2025-01-23T09:18:46.326014171+00:00 INFO i [info]: DB Cleanup stopped > Jan 23 10:18:46 lldap systemd[1]: lldap.service: Deactivated successfully. > Jan 23 10:18:46 lldap systemd[1]: Stopped lldap.service - Nitnelave LLDAP. > Jan 23 10:18:46 lldap systemd[1]: Started lldap.service - Nitnelave LLDAP. > Jan 23 10:18:46 lldap lldap[5000]: Loading configuration from /etc/lldap/lldap_config.toml > Jan 23 10:18:46 lldap lldap[5000]: Configuration: Configuration { > Jan 23 10:18:46 lldap lldap[5000]: ldap_host: "0.0.0.0", > Jan 23 10:18:46 lldap lldap[5000]: ldap_port: 3890, > Jan 23 10:18:46 lldap lldap[5000]: http_host: "0.0.0.0", > Jan 23 10:18:46 lldap lldap[5000]: http_port: 17170, > Jan 23 10:18:46 lldap lldap[5000]: jwt_secret: ***SECRET***, > Jan 23 10:18:46 lldap lldap[5000]: ldap_base_dn: "dc=example,dc=com", > Jan 23 10:18:46 lldap lldap[5000]: ldap_user_dn: "admin", > Jan 23 10:18:46 lldap lldap[5000]: ldap_user_email: "", > Jan 23 10:18:46 lldap lldap[5000]: ldap_user_pass: ***SECRET***, > Jan 23 10:18:46 lldap lldap[5000]: force_ldap_user_pass_reset: False, > Jan 23 10:18:46 lldap lldap[5000]: force_update_private_key: false, > Jan 23 10:18:46 lldap lldap[5000]: database_url: "sqlite:///var/lib/lldap/users.db?mode=rwc", > Jan 23 10:18:46 lldap lldap[5000]: ignored_user_attributes: [], > Jan 23 10:18:46 lldap lldap[5000]: ignored_group_attributes: [], > Jan 23 10:18:46 lldap lldap[5000]: verbose: true, > Jan 23 10:18:46 lldap lldap[5000]: key_file: "server_key", > Jan 23 10:18:46 lldap lldap[5000]: key_seed: Some( > Jan 23 10:18:46 lldap lldap[5000]: ***SECRET***, > Jan 23 10:18:46 lldap lldap[5000]: ), > Jan 23 10:18:46 lldap lldap[5000]: smtp_options: MailOptions { > Jan 23 10:18:46 lldap lldap[5000]: enable_password_reset: false, > Jan 23 10:18:46 lldap lldap[5000]: from: None, > Jan 23 10:18:46 lldap lldap[5000]: reply_to: None, > Jan 23 10:18:46 lldap lldap[5000]: server: "localhost", > Jan 23 10:18:46 lldap lldap[5000]: port: 587, > Jan 23 10:18:46 lldap lldap[5000]: user: "", > Jan 23 10:18:46 lldap lldap[5000]: password: ***SECRET***, > Jan 23 10:18:46 lldap lldap[5000]: smtp_encryption: Tls, > Jan 23 10:18:46 lldap lldap[5000]: .. > Jan 23 10:18:46 lldap lldap[5000]: }, > Jan 23 10:18:46 lldap lldap[5000]: ldaps_options: LdapsOptions { > Jan 23 10:18:46 lldap lldap[5000]: enabled: false, > Jan 23 10:18:46 lldap lldap[5000]: port: 6360, > Jan 23 10:18:46 lldap lldap[5000]: cert_file: "cert.pem", > Jan 23 10:18:46 lldap lldap[5000]: key_file: "key.pem", > Jan 23 10:18:46 lldap lldap[5000]: }, > Jan 23 10:18:46 lldap lldap[5000]: http_url: "http://localhost/", > Jan 23 10:18:46 lldap lldap[5000]: .. > Jan 23 10:18:46 lldap lldap[5000]: } > Jan 23 10:18:46 lldap lldap[5000]: WARNING: A key_seed was given, we will ignore the key_file and generate one from the seed!> > Jan 23 10:18:46 lldap lldap[5000]: WARNING: Default JWT secret used! This is highly unsafe and can allow attackers to log in > > Jan 23 10:18:46 lldap lldap[5000]: WARNING: Unsecure default admin password is used. > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.368894734+00:00 INFO set_up_server [ 1.75ms | 11.46% / 100.00% ] > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.368913300+00:00 INFO ┝━ i [info]: Starting LLDAP version 0.6.1 > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.369281170+00:00 DEBUG ┝━ get_schema_version [ 106µs | 6.08% ] > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.369605136+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: Some(SchemaVers> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.369938246+00:00 DEBUG ┝━ list_groups [ 577µs | 33.07% ] filters: S> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370457974+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: [Group { id: 1,> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370463195+00:00 DEBUG ┝━ list_groups [ 237µs | 13.57% ] filters: S> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370732673+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: [Group { id: 2,> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370736630+00:00 DEBUG ┝━ list_groups [ 189µs | 10.85% ] filters: S> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370946264+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: [Group { id: 3,> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.370959274+00:00 DEBUG ┝━ list_users [ 340µs | 19.47% ] filters: So> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371473899+00:00 DEBUG │ ┕━ 🐛 [debug]: | return: [UserAndGroups > > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371612264+00:00 INFO ┝━ i [info]: Starting the LDAP server on po> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371676610+00:00 DEBUG ┝━ get_jwt_blacklist [ 96.1µs | 5.50% ] > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371774497+00:00 INFO ┕━ i [info]: Starting the API/web server on> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371865650+00:00 INFO i [info]: starting 1 workers > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371869768+00:00 INFO i [info]: Actix runtime found; starting in > > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371877826+00:00 INFO i [info]: starting service: "ldap", workers> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.371881163+00:00 INFO i [info]: starting service: "http", workers> > Jan 23 10:18:46 lldap lldap[5000]: 2025-01-23T09:18:46.372857569+00:00 INFO i [info]: DB Cleanup Cron started
Author
Owner

@DJKatastrof commented on GitHub (Jan 23, 2025):

NPM Settings

Image

Image

<!-- gh-comment-id:2609298053 --> @DJKatastrof commented on GitHub (Jan 23, 2025): NPM Settings ![Image](https://github.com/user-attachments/assets/b6312a9a-ed30-4b98-ba5b-80b7c3c74a63) ![Image](https://github.com/user-attachments/assets/8def7396-072e-4227-8c9c-d64a59a578ef)
Author
Owner

@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"

<!-- gh-comment-id:2609536084 --> @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"
Author
Owner

@DJKatastrof commented on GitHub (Jan 23, 2025):

After a restart of the LXC.
It works for 2 minutes and then error

[23/Jan/2025:12:22:00 +0100] - 404 404 - POST https ldap.redacted.com "/auth/reset/step1/lldap_unlikely_very_long_user_name" [Client 192.168.1.20] [Length 0] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users"
[23/Jan/2025:12:22:00 +0100] - 200 200 - POST https ldap.redacted.com "/api/graphql" [Client 192.168.1.20] [Length 158] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users"
[23/Jan/2025:12:22:00 +0100] - 200 200 - POST https ldap.redacted.com "/api/graphql" [Client 192.168.1.20] [Length 1616] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users"
[23/Jan/2025:12:22:01 +0100] - 200 200 - GET https ldap.redacted.com "/users" [Client 192.168.1.20] [Length 994] [Gzip 2.00] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[23/Jan/2025:12:22:01 +0100] - 200 200 - GET https ldap.redacted.com "/static/main.js" [Client 192.168.1.20] [Length 256] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users"
[23/Jan/2025:12:22:01 +0100] - 404 404 - POST https ldap.redacted.com "/auth/reset/step1/lldap_unlikely_very_long_user_name" [Client 192.168.1.20] [Length 0] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users"
[23/Jan/2025:12:22:01 +0100] - 200 200 - POST https ldap.redacted.com "/api/graphql" [Client 192.168.1.20] [Length 158] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users"
[23/Jan/2025:12:22:01 +0100] - 200 200 - POST https ldap.redacted.com "/api/graphql" [Client 192.168.1.20] [Length 1616] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users"
[23/Jan/2025:12:23:44 +0100] - 502 502 - GET https ldap.redacted.com "/users" [Client 192.168.1.20] [Length 154] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"

<!-- gh-comment-id:2609553158 --> @DJKatastrof commented on GitHub (Jan 23, 2025): After a restart of the LXC. It works for 2 minutes and then error > [23/Jan/2025:12:22:00 +0100] - 404 404 - POST https ldap.redacted.com "/auth/reset/step1/lldap_unlikely_very_long_user_name" [Client 192.168.1.20] [Length 0] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users" > [23/Jan/2025:12:22:00 +0100] - 200 200 - POST https ldap.redacted.com "/api/graphql" [Client 192.168.1.20] [Length 158] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users" > [23/Jan/2025:12:22:00 +0100] - 200 200 - POST https ldap.redacted.com "/api/graphql" [Client 192.168.1.20] [Length 1616] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users" > [23/Jan/2025:12:22:01 +0100] - 200 200 - GET https ldap.redacted.com "/users" [Client 192.168.1.20] [Length 994] [Gzip 2.00] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" > [23/Jan/2025:12:22:01 +0100] - 200 200 - GET https ldap.redacted.com "/static/main.js" [Client 192.168.1.20] [Length 256] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users" > [23/Jan/2025:12:22:01 +0100] - 404 404 - POST https ldap.redacted.com "/auth/reset/step1/lldap_unlikely_very_long_user_name" [Client 192.168.1.20] [Length 0] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users" > [23/Jan/2025:12:22:01 +0100] - 200 200 - POST https ldap.redacted.com "/api/graphql" [Client 192.168.1.20] [Length 158] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users" > [23/Jan/2025:12:22:01 +0100] - 200 200 - POST https ldap.redacted.com "/api/graphql" [Client 192.168.1.20] [Length 1616] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "https://ldap.redacted.com/users" > [23/Jan/2025:12:23:44 +0100] - 502 502 - GET https ldap.redacted.com "/users" [Client 192.168.1.20] [Length 154] [Gzip -] [Sent-to 192.168.1.60] "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
Author
Owner

@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

<!-- gh-comment-id:2609630788 --> @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
Author
Owner

@DJKatastrof commented on GitHub (Jan 23, 2025):

No problem. Thanks for the help

<!-- gh-comment-id:2609633445 --> @DJKatastrof commented on GitHub (Jan 23, 2025): No problem. Thanks for the help
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/lldap-lldap#390
No description provided.