I did solve this issue by installing certificate in jre/lib/security folder
using InstallCert . So i am good .
This is the configuration which worked for me ,
{org.apache.activemq.jaas.LDAPLoginModule required
debug=true
initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory
connectionURL="ldaps://10.1.1.176:10636"
connectionUsername="uid=admin,ou=system"
connectionPassword=secret
connectionProtocol=ssl
authentication=simple
userBase="ou=User,ou=ActiveMQ,ou=system"
userSearchMatching="(uid={0})"
userSearchSubtree=true
roleBase="ou=Group,ou=ActiveMQ,ou=system"
roleName=cn
roleSearchMatching="(member=uid={1})"
roleSearchSubtree=true
;
}
I really appreciate your help .
Thanks Again
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Apache-Apollo-Broker-Connection-to-LDAP-OVER-SSL-tp4659701p4659761.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.