[GH-ISSUE #777] [BUG] No documentation on SSL #281

Closed
opened 2026-02-27 08:16:21 +03:00 by kerem · 2 comments
Owner

Originally created by @r-vd-woude on GitHub (Dec 28, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/777

This is not a bug, but I'm not sure were else to ask this question.
If this is the wrong place, I'm sorry.

First of all: what an amazing pieces of software! It is very stable and easy to setup.

However, I would like to encrypt the traffic between LLDAP and the different services that connect to it, as they all share the same virtual Docker network (so I can add services to a reverse proxy).

But, there is not a lot of information available how to setup such encryption, and/or if it is really needed.

Sorry again if this is the wrong place, and thanks again for the software!

Originally created by @r-vd-woude on GitHub (Dec 28, 2023). Original GitHub issue: https://github.com/lldap/lldap/issues/777 This is not a bug, but I'm not sure were else to ask this question. If this is the wrong place, I'm sorry. First of all: what an amazing pieces of software! It is very stable and easy to setup. However, I would like to encrypt the traffic between LLDAP and the different services that connect to it, as they all share the same virtual Docker network (so I can add services to a reverse proxy). But, there is not a lot of information available how to setup such encryption, and/or if it is really needed. Sorry again if this is the wrong place, and thanks again for the software!
kerem 2026-02-27 08:16:21 +03:00
Author
Owner

@nitnelave commented on GitHub (Dec 28, 2023):

Hi! I think you're looking for LDAPS :)

Check the config template, there's an ldaps section. As for the services, it's usually as simple as changing the protocol to ldaps:// (and adjusting the port), but sometimes they have an extra flag to indicate whether LDAP traffic is encrypted. That should be included in the relevant configuration examples.

<!-- gh-comment-id:1871445861 --> @nitnelave commented on GitHub (Dec 28, 2023): Hi! I think you're looking for LDAPS :) Check the config template, there's an ldaps section. As for the services, it's usually as simple as changing the protocol to ldaps:// (and adjusting the port), but sometimes they have an extra flag to indicate whether LDAP traffic is encrypted. That should be included in the relevant configuration examples.
Author
Owner

@r-vd-woude commented on GitHub (Dec 28, 2023):

Awesome! Thanks for the quick response, will take a look!

<!-- gh-comment-id:1871460457 --> @r-vd-woude commented on GitHub (Dec 28, 2023): Awesome! Thanks for the quick response, will take a look!
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#281
No description provided.