Should tomcat be changed to SSL mode if a web app in it must support connections to LDAPS? -


i have web application deployed in tomcat. web application must talk active directory on ssl (ldaps url). should tomcat server.xml changed include ssl connection? or tomcat's setting not matter web app sits in it?

the 2 things unrelated. 1 concerns outbound connections via ldaps, other concerns inbound connections via https.

however tomcat application should support https anyway.


Comments

Popular posts from this blog

multithreading - Exception in Application constructor -

React Native allow user to reorder elements in a scrollview list -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -