-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to proxy LDAP protocol with TLS termination #272
Comments
I think I see the same issue on IMAP 993 example at the moment I believe. Let's hope we can figure this out. |
@mholt I'm investigating this but there is no way to log this it seems. Any idea ? Thanks! |
@brbcza I might have a solution for you... disable tls on the proxy when LDAP has it's own. That is why it fails. |
I know that it is possible to turn on TLS directly in the LDAP, that is what I am using now - with self signed certificated. But I wanted to manage certificates with Caddy and Let's Encrypt. Also, when I was testing caddy-l4, I had TLS turned off in LDAP. |
Can you enable debug logs by adding |
Here are the logs Logs from Caddy
Logs from OpenLDAP server
IP Addresses of participants:
|
Hi,
I am trying to create a reverse proxy for openldap server with TLS termination. For testing I am using self signed certificate generated by caddy.
My Caddyfile
According to Wireshark log, connection from the client is successfully terminated and proxied to openldap server. The server sends response back to caddy, but it does not reach the client and conection is closed by timeout.
The text was updated successfully, but these errors were encountered: