views:

54

answers:

2

I am in the process of testing MQ calls over the SSL. I woul like to know where i can get some demo SSL certificates. That i can use them for testing.

I also would like to know if there any code sample which i can use to pass SSL kind of connection. The exaple i am looking is in C#

+1  A: 

You can use a self-signed certificate to test MQ connectivity. As far as example code goes, you can refer to the IBM docs. Both of the documents below have sections containing example code for connecting to a queue manager using ssl.

XMS Message Service API (I don't believe that this is supported in MQ7 yet, but I may be wrong about that.)

WebsphereMQ Classes for .NET

gwhitake
http://www-01.ibm.com/software/webservers/httpservers/doc/v1312/ibm/9atikeyu.htm#HDRKMU3GI have read about self service keys but, i would like to know how i need to put the server and client stuff in this case. Can u please send me if u have any links related to that.
gwhitake
+1  A: 

I finally found very detailed documentation around this. It has how to create test keys , configure , Test. http://www.redbooks.ibm.com/redpapers/pdfs/redp4140.pdf

I would like to thank SO for there amazing support.