Posted: Tue Feb 03, 2015 11:48 am Post subject: LDAPS on JMS Node
Newbie
Joined: 12 Jan 2012 Posts: 6
Hello,
I am using the JMS Output Node to perform a JNDI lookup on LDAP and have been able to achieve this using default ldap. I am now trying to use ldaps and have made the following changes.
1. Modified jndiBindingsLocation to use ldaps: mqsichangeproperties BRKR -c JMSProviders -o Oracle_AQ -n jndiBindingsLocation -v ldaps://<ldap host:port>
2. Set LDAP credentials as before: mqsichangebroker BRKR -y <user> -z <password>
3. mqsisetdbparms BRKR –n ldap:: ldaps://<ldap host:port> –u <user> –p <password> (this was not required in default ldap)
However I am getting the below error:-
Code:
There is a configuration problem with the JNDI Administered objects where: Initial Context Factory = 'com.sun.jndi.ldap.LdapCtxFactory'. Location of the bindings = 'ldaps://<ldap host:port>'. ConnectionFactory Name = 'xxx'. JMS destination = 'xxx'. The exception text is : 'simple bind failed: <ldap host:port> Cause:javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure'. The node cannot obtain a JNDI Administered Object, because some of the values specified are incorrect. Check the JNDI Administered configuration for the JMS provider used by the node.
Version: 9.0.0.2
Do the JMS nodes support ldaps? Do I need to create a security profile for ldaps and is there a way for the JMS nodes to use this security profile?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum