On 06/06/2022 14:54, rakesh meka wrote:
Hi All,

Greetings!!!!! Hope you are doing well.

Currently we are using an internal application which is deployed on windows
server. And we use http which means we didn't configure SSL or TLS setup
with application. The current application is using LDAP for user
authentication which checks with active directory for verification .

Can any one let me know how we can configure LDAPS now ?

Should we need to configure the application with https before we enable
LDAPS ?

No. TLS configuration for clients using HTTP to communicate with Tomcat is independent of whether Tomcat uses TLS to communicate with the LDAP server.

I tried changing the port to 636 but not successful. So need help if we can
directly generate the certificate and place in somewhere in Tomcat
directory ?

You should not need to generate a certificate for Tomcat (unless the LDAP server is using mutual TLS authentication which seems unlikely).

There are lots of things that can go wrong with TLS. It is hard to suggest what the problem might be without any error message. Do you have an error message from the logs you could share?

Thanks,

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to