Does RTC works with SSL 636 port for LDAP configuration

2 answers

Hello Smitha,
Yes, it works.
If you use tomcat, as said by indradri, you must import the certificate in your java keystore.
The java path must be used by tomcat.
Use the java command "bin\keytool -import" to add certificate in keystore.
Regards
Mathieu
Yes, it works.
If you use tomcat, as said by indradri, you must import the certificate in your java keystore.
The java path must be used by tomcat.
Use the java command "bin\keytool -import" to add certificate in keystore.
Regards
Mathieu

Hello Smitha, Yes, it should. The only difference I can think of is that you need to import the LDAP SSL certificate in the trust store of your application server instance. If you are using WAS, you should be able to find more information in the WebSphere information center and you can also take a look at this article.
Comments

Similar article, but for setting update ldaps on Tomcat.
http://www-01.ibm.com/support/docview.wss?uid=swg21508904