Active Directory LDAP authentication needs to change in LDAPS( over SSL)

Kindly suggest the setting to change authentication setting from Ldap to Ladaps(over SSL) 

I have edited   jaas-standard.cfg file 


BonitaAuthentication-1 {
    com.sun.security.auth.module.LdapLoginModule REQUIRED
    userProvider="ldap://********:389/DC=**,DC=***"
    java.naming.security.principal="User****"
    java.naming.security.credentials="Password***"
    java.naming.security.authentication="DIGEST-MD5"
    authIdentity="{USERNAME}"
    userFilter="(&(objectClass=user)(samAccountName={USERNAME})(!(userAccountControl:1.2.840.113556.1.4.803:=18)))"
    useSSL=false
    debug=false;   

to 

userProvider="ldaps://********:636/DC=**,DC=***"

but it couldn't work  , kindly suggest the  what other setting needed to be done to get secure authentication from active Directory(Windows)

Thanks

Hello
Last year , we migrated our LDAP authentication to LDAPS.
There are several steps involved in the process.
Just changing the URL does not work. There a Certificate step as well.

 

Regards

Thanks Dibyajit, 

Kindly  Provide me the step by step procedure to get it migrate

Thank in advance for you expert advise

Regards,