Author |
Message |
Topic: AMQ9660 - SSL key problem |
tjfunny1
Replies: 39 Views: 58937
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Aug 22, 2005 11:41 am Subject: Re: AMQ9660 - SSL key problem |
I have added the required certs to my keystore on HP Unix. My key.* files are in the default location of /var/mqm/qmgrs/queue/ssl/key.
You mentioned key.* files, but technically there is only o ... |
Topic: AMQ9660 - SSL key problem |
tjfunny1
Replies: 39 Views: 58937
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Aug 22, 2005 9:38 am Subject: Re: AMQ9660 - SSL key problem |
I have added the required certs to my keystore on HP Unix. My key.* files are in the default location of /var/mqm/qmgrs/queue/ssl/key. The channel works on non-ssl but not on ssl. I am connecting ... |
Topic: Generate Certificate request on Windows |
tjfunny1
Replies: 1 Views: 2551
|
Forum: General IBM MQ Support Posted: Tue Mar 22, 2005 2:08 pm Subject: You won't like this, but............. |
You have 2 choices: (unless you have Websphere App Server on the windows box, then use that)
1) obtain openssl and go through the manual to create a CSR. You will need to follow the steps in #2 be ... |
Topic: Test SSL |
tjfunny1
Replies: 6 Views: 6263
|
Forum: General IBM MQ Support Posted: Tue Oct 19, 2004 3:24 pm Subject: SSL verification in Unix |
add /opt/mqm/ssl/bin to $PATH
export PATH=$PATH:/opt/mqm/ssl/bin
$JAVA_HOME=/opt/mqm/ssl
export JAVA_HOME=/opt/mqm/ssl
sps.sh
java -cp sps.jar:$JAVA_HOME SimpleProxyServer
./sps.sh loca ... |
Topic: using tcpdump |
tjfunny1
Replies: 7 Views: 7304
|
Forum: General Discussion Posted: Tue Oct 19, 2004 3:19 pm Subject: Java sniffer in Unix |
I found a way to run the sps.bat under unix:
add /opt/mqm/ssl/bin to $PATH
export PATH=$PATH:/opt/mqm/ssl/bin
$JAVA_HOME=/opt/mqm/ssl
export JAVA_HOME=/opt/mqm/ssl
sps.sh
java -cp sps.jar: ... |
Topic: MQ Server on Apple X |
tjfunny1
Replies: 12 Views: 9366
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 03, 2003 11:06 am Subject: Thanks to all for your input |
I'm not looking to install this on my G4, and worry about whether IBM would support or not. It's just my way of trying something new and if successful, having a server to test programs on.
As ever ... |
Topic: MQ Server on Apple X |
tjfunny1
Replies: 12 Views: 9366
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 01, 2003 10:22 am Subject: PowerPC? |
What is the PowerPC? |
Topic: MQ Server on Apple X |
tjfunny1
Replies: 12 Views: 9366
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 01, 2003 9:49 am Subject: MQ Server on Apple X |
I'm curious if anyone has tried to install a unix version of MQ on the new Apple X OS yet? I purchased a G4 Powerbook a while back and found it didn't have a Korn shell. Since the OS is a darwin-bas ... |
Topic: RetryConnectToSharedSubpool Mercator error |
tjfunny1
Replies: 4 Views: 4942
|
Forum: IBM MQ API Support Posted: Thu Jan 09, 2003 5:39 pm Subject: Problem solved |
We added the IPCCBaseAddress=12 in the mqs.ini /var/mqm/mqs.ini
under the stanza for the Qmgr name.
We tried every possible value (starting at the low end, 4), and discovered the setting 12 would ... |
Topic: RetryConnectToSharedSubpool Mercator error |
tjfunny1
Replies: 4 Views: 4942
|
Forum: IBM MQ API Support Posted: Wed Jan 08, 2003 1:56 pm Subject: are you sure? |
I thought you added the IPCCBaseAddress=11 under the TuningParameters: stanza of the qm.ini file for each qmgr
There isn't any mq docs that address this issue or where to put it. I know we add the ... |
Topic: RetryConnectToSharedSubpool Mercator error |
tjfunny1
Replies: 4 Views: 4942
|
Forum: IBM MQ API Support Posted: Wed Jan 08, 2003 9:36 am Subject: RetryConnectToSharedSubpool Mercator error |
I'm getting huge FDC's from a mercator application called launcher, running on a AIX 4.3 box. We have MQ version 5.2 installed.
It seems this mercator process kicks off threads to check the status ... |
Topic: Cobol buffer size to read 100MB message |
tjfunny1
Replies: 1 Views: 3519
|
Forum: IBM MQ API Support Posted: Fri Nov 15, 2002 1:13 pm Subject: Cobol buffer size to read 100MB message |
This is ugly, but according to IBM docs, you can put a 100 megabyte message on a queue on the OS/390. My question is how can you read it with a Cobol program?? While our program requirements are muc ... |
Topic: SSL Client Handshake error |
tjfunny1
Replies: 3 Views: 3454
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 12, 2002 8:12 am Subject: SSL Client Handshake error |
The only certificate that I've gotten to work is from Globalsign, the personal certificate. You must assign it to the Qmgr. I'm working on how to authenticate the client. Any help or tips would be ... |
Topic: PGP Output ? |
tjfunny1
Replies: 2 Views: 5477
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 12, 2002 8:03 am Subject: PGP |
The bad news is no. The really bad news is there is only one vendor that allows you to automate a PGP process, www.nai.com. It requires their product, E-Business Server w/PGP. They have the exclusi ... |
Topic: Anyone "getting there" with WMQ 5.3 SSL? |
tjfunny1
Replies: 24 Views: 21652
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 25, 2002 6:53 am Subject: Certificate Request |
Thanks to TonyD for the excellent instructions, these work great.
Now, my biggest problem, getting the right kind of certificate. I'm trying to use Thawte.com to get the certificate. They require ... |