Author |
Message |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 22, 2012 10:25 am Subject: MQ Connection failed with SSL |
thank you fjb_saper,
UPGRADE! you should be using MQ V 7.0.1.x or MQ 7.1.x. well, an answer is an answer, even it tells me bad knews.
This means that MQ V 6 has never worked with the ciphersuit ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 21, 2012 2:19 pm Subject: MQ Connection failed with SSL |
Hello fjb_saper, you wote me
Yes typically the "TLS_RSA*" Ciphersuites will require you to set the SSLFIPS flag on the connection factory to true, and also have a keysize of 2048 or bigger ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 20, 2012 12:03 pm Subject: MQ Connection failed with SSL |
Hi
fjb_saper,
thank you.
you should not need to restart the qmgr.
Code:
REFRESH SECURITY TYPE(SSL)
It sounds strange to me that each changes in a server parameters was requiring the Server ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 16, 2012 2:21 am Subject: MQ Connection failed with SSL |
Hello everybody!
thank you all for your e-mail.
now it work everything.
the last problem was mutual identication :I wans't able to activate the client identification: it was always retu ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 15, 2012 5:56 am Subject: MQ Connection failed with SSL |
ah ok! SSLPEER = DN !
While i'm writing the Client software only, this means I do not need to specify SSLPEER.
tell me if what follow is true:
I am a client: I have a certificate for "X&quo ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 14, 2012 11:51 pm Subject: MQ Connection failed with SSL |
hello fjb_saper,
thank you for reply.
This means that my program works in the right direction, but I only need to add a parametrization switch in my program's configuration panel to set the ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 14, 2012 10:15 am Subject: MQ Connection failed with SSL |
After several test I finally get the connection with SSL without using the CCDT Table.
The only problem is that not all ciphersuite are working.
some ciphersuite returns this error
MQJE001: Si è v ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 11, 2012 1:33 am Subject: MQ Connection failed with SSL |
i'm Sorry for long delay in reply, I was cut off from log-in due a problem with my account.
thank you mqjeff, for your reply
indeed what you wrote is exactly what i done in the code: probably ther ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 08, 2012 7:30 am Subject: MQ Connection failed with SSL |
hi mqjeff
you were also calling a bunch of other things to set up the connection.
you're right btw it's alway difficult to give the right amount of information....
I changed a little my prog ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 08, 2012 6:50 am Subject: MQ Connection failed with SSL |
I try again WITHOUT using setCCDTURL
the result is only little different: the
ssl log is now showing the first stage of negotiation...
createQueueConnection()
keyStore is : C:\MQCLIENT\key.jk ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 08, 2012 5:26 am Subject: MQ Connection failed with SSL |
Hi zpat ,
Posted: Thu Mar 08, 2012 2:00 pm Post subject:
Two excellent IBM articles
http://www.ibm.com/developerworks/websphere/library/techarticles/0510_fehners/0510_fehners.html
... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 08, 2012 5:12 am Subject: MQ Connection failed with SSL |
hi mqjeff,
in the Java code that I've attached you can see I've set the CCDTOURL .
see the line ->qcf.setCCDTURL(channelTable1);
I once try to connect even without using CCDTOURL but I get ... |
Topic: MQ Connection failed with SSL |
francoG
Replies: 25 Views: 31551
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 08, 2012 3:45 am Subject: MQ Connection failed with SSL |
Hello dear friends,
I'm writing a Java application that send message over MQ.
the application is working fine, but now I have to add SSL security.
I followed instruction i found in the WebSphere MQ ... |
Topic: Writing Delphi APP with SOAP/JMS/MQ |
francoG
Replies: 26 Views: 28159
|
Forum: IBM MQ API Support Posted: Wed Sep 07, 2011 6:14 am Subject: Writing Delphi APP with SOAP/JMS/MQ |
indeed: it would not be a bad idea if I could build a gateway in a less expensive environment that WS... |
Topic: Writing Delphi APP with SOAP/JMS/MQ |
francoG
Replies: 26 Views: 28159
|
Forum: IBM MQ API Support Posted: Wed Sep 07, 2011 6:04 am Subject: Writing Delphi APP with SOAP/JMS/MQ |
Do you have an overriding need to use Websphere?
unfortunately the environment is not up to me.
does any other server( i.e.apache) be able to use IBM-MQ?
because the MUST is the IBM: the server ... |