Author |
Message
|
mikeb75 |
Posted: Mon Jul 17, 2006 6:22 am Post subject: MQ client connect to ssl enabled channel? |
|
|
Newbie
Joined: 17 Jul 2006 Posts: 4
|
I'm currently running MQ 5.3 on Solaris 9. I successfully configured a ssl enabled channel, but I can't get any client software to connect to it. Does anyone have any good documentation on getting a client such as IH03 to connect to a SSL enabled channel? IBM's docs don't seem to help. Any help would be appreciated. |
|
Back to top |
|
 |
vennela |
Posted: Mon Jul 17, 2006 6:29 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I haven't done this. But try your luck searching the site and infocenter for MQSSLKEYR env variable. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon Jul 17, 2006 6:31 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
did you check mo04 supportpac? it was updated recently and contains also client setup information. _________________ Regards, Butcher |
|
Back to top |
|
 |
Nigelg |
Posted: Mon Jul 17, 2006 6:41 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Quote: |
I successfully configured a ssl enabled channel, but I can't get any client software to connect to it. |
Don't you mean UNsuccessfully configured?
How can it be a success if it does not work? _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
mvic |
Posted: Mon Jul 17, 2006 6:42 am Post subject: Re: MQ client connect to ssl enabled channel? |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
|
Back to top |
|
 |
mikeb75 |
Posted: Mon Jul 17, 2006 7:03 am Post subject: |
|
|
Newbie
Joined: 17 Jul 2006 Posts: 4
|
Nigelg wrote: |
Quote: |
I successfully configured a ssl enabled channel, but I can't get any client software to connect to it. |
Don't you mean UNsuccessfully configured?
How can it be a success if it does not work? |
This response doesn't help at all. You shouldn't post stupid comments.
I configured two channels on separate queue managers and they successfully connected each other from two separate Solaris boxes. My problem is that I cannot find any windows client software to connect to the ssl enabled channel. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 17, 2006 7:26 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
mikeb75 wrote: |
Nigelg wrote: |
Quote: |
I successfully configured a ssl enabled channel, but I can't get any client software to connect to it. |
Don't you mean UNsuccessfully configured?
How can it be a success if it does not work? |
This response doesn't help at all. You shouldn't post stupid comments. |
You shouldn't make fun of people offering you free advice.
It's an entirely helpful respone from Nigel. Your statement made no sense - "it's successfully configured, but it doesn't work". So he's asking you to be more clear.
Also, you are under the mistaken impression that anyone here has any onus to be helpful at all. Posting here is entirely voluntary, and if someone chooses to post only things that are unhelpful or rude, then that's just the way it is.
mikeb75 wrote: |
I configured two channels on separate queue managers and they successfully connected each other from two separate Solaris boxes. My problem is that I cannot find any windows client software to connect to the ssl enabled channel. |
You don't know what you're doing. You're trying to do the wrong thing.
You can't connect a client to any kind of channel that will be used between two queue managers.
Please read the Intercommunications Manual, or at least the Clients manual. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mikeb75 |
Posted: Mon Jul 17, 2006 7:33 am Post subject: |
|
|
Newbie
Joined: 17 Jul 2006 Posts: 4
|
I've read both of those manuals. They don't provide much help with this issue. I just want to know if there is any windows software available that can connect to one ssl enable channel on a queue manager? |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 17, 2006 7:36 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
What they will help with is the kind of channel you do need to set up to connect a client.
You might also want to try the Security manual, for more SSL specific assistance. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bbburson |
Posted: Mon Jul 17, 2006 7:38 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
mikeb75 wrote: |
I've read both of those manuals. They don't provide much help with this issue. I just want to know if there is any windows software available that can connect to one ssl enable channel on a queue manager? |
Yes there is. From my Windows XP client machine I have used amqsputc/amqsgetc and rfhutilc to connect to an SSL-enabled SVRCONN channel. If you have your channels, certificates, and channel table set up correctly you can do it. |
|
Back to top |
|
 |
mikeb75 |
Posted: Mon Jul 17, 2006 7:44 am Post subject: |
|
|
Newbie
Joined: 17 Jul 2006 Posts: 4
|
Did you use a different type of connect string with IH03 to connect to the SSL enabled channel? Or did you use the usual connect string of the form channel/TCP/host(port)?
Thanks! |
|
Back to top |
|
 |
vennela |
Posted: Mon Jul 17, 2006 7:49 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Take some time to read the doc posted by mvic and you will have your answers there. |
|
Back to top |
|
 |
bbburson |
Posted: Mon Jul 17, 2006 12:50 pm Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
vennela wrote: |
Take some time to read the doc posted by mvic and you will have your answers there. |
And as jefflowrey wrote: |
Please read the Intercommunications Manual, or at least the Clients manual. |
There you will find such things as...
Code: |
You cannot use the MQSERVER environment variable to specify that a channel
uses SSL. |
...and other useful information. |
|
Back to top |
|
 |
|