My connector test connection is successful when i'm using the port 389.
But during the test connector capability, we are getting an error with 389 port which has to be changed to SSL port 636. Before doing this, we need to import the SSL certificate.
Where can I import and How???
You need to import AD server certificate (if your AD has chained certs make sure you import root,intermediate and server certs in right order) in
JAVA security's cacerts keystore. I believe installation guide has more detailed instructions. After importing the certs you need to restart the RSA via L&G server.