Posted: Thu Jul 02, 2009 6:24 am Post subject: .NET connecting to WebSphere MQ 6 results in MQRC_SCO_ERROR
Newbie
Joined: 02 Jul 2009 Posts: 1
I've been struggling with this issue for some time and have not found the solution yet.
.NET web application can connect to the MQ with no issues if I don't set the SSLCipherSpec and SSLKeyRepository (using MQSSLKEYR system environment variable)
The problem seems to persist when I start setting the MQEnvironment.SSLCipherSpec = "TRIPLE_DES_SHA_US" and
MQEnvironment.SSLKeyRepository = @"the/path/to/the/cert/key"
Everytime I try to initialize MQQueueManager with the specified MQEnvironment settings, it will result to an exception thrown with MQRC_SCO_ERROR. I have looked around for a solution but no one seems to have this problem before.
Kindly need guidance and light to this mess. Thanks.
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