You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LDAP would need to do TLS with SNI in order to be matched by the TLS SNI matcher with domain name.
EDIT:
Theoretically this should work. If your client initiates LDAPS it will get matched, tls terminated, and the raw unencrypted ldap traffic will be sent to the upstream port 389.
With the domain specified at the bottom of the caddyfile, your layer4 route will get an automatic certificate.
I am attempting to expose ldap (eventually ldaps, but starting simple for now). My current config looks like this
This is working as I would expect using the IP address, as in I can do
from the host machine or
from another machine successfully.
But what I want to be able to do is use the domain name like
but this currently just hangs for a long time until ldapsearch eventually gives up.
This might not even be a
caddy-l4
issue but more of a DNS one? But was wondering if anyone here had any ideas.(related to #272 but not exactly)
The text was updated successfully, but these errors were encountered: