I am able to use Sonic.NETClient7.6.1 based client to connect to the tcp acceptor on SonicMQ 7.6. I have configured a SSL Acceptor in SonicMQ 7.6, and used JMS Test Client to connect the SSL Acceptor successfully.
When I want to connect my Sonic.NETClient7.6.1 based client to the SSL Acceptor, I get the error: Failed to connect to broker -
My debug shows the error pops at the following line: connect = factory.createConnection(username, password);
File Org.Mentalis.Security.dll is existing in the same folder. ConnectionFactory.setSSLCommonName and ConnectionFactory.setSSLCertificate are called in advance.
Any help is appreciated.