Thanks for reply .
I am part of MQ team only and application want to perform both SSL/LDAP authentication as part of SWIFT new policies .
I have implemented LDAP authentication on queue manager and which is successful . When application trying to make connections from their server they are getting above error .
This is MQ config which they use on their code .
//*
Hostname(''blahblah");
port(1416);
TransportType(JMSC.MQJMS_TP_CLIENT_MQ_TCPIP);
QueueManager("TEST")
SSLCIPHERSUITE("TLS_RSA_WITH_AES_128_CBC_SHA");
Channel("blah")
Queue("BlahBlah");
*//
They create a jar file and running from their server as follows and they have updated certs on their server .
command will be something like this :
java -classpath "jar file " -Djdk.tls.client.protocols="TLSv1" -Djavax.net.ssl.keyStore=directory -Djavax.net.ssl.keyStorePassword=blah -Djavax.net.ssl.trustStore=directory -Djavax.net.ssl.trustStorePassword=blah file
------------------------------
Vinay kumar
------------------------------