use Sonic.NETClient7.6.1 over SSL

Posted by Admin on 29-May-2009 09:41

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 -

https://172.23.97.214:7443 : I/O Error [write : Cannot access a disposed object.Object name: 'Org.Mentalis.Security.Ssl.Shared.SocketController'.]

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.

All Replies

This thread is closed