Author |
Message |
Topic: SSL configuration Error |
sandydxb
Replies: 14 Views: 17632
|
Forum: General IBM MQ Support Posted: Thu Oct 01, 2015 10:44 am Subject: SSL configuration Error |
When I try to use jks file Queue manager's errors log showing that it's missing
Use CMS keystore for QMGR and JKS for your Java application
Queue manager won't support JKS file type?
Tha ... |
Topic: SSL configuration Error |
sandydxb
Replies: 14 Views: 17632
|
Forum: General IBM MQ Support Posted: Wed Sep 30, 2015 10:52 pm Subject: SSL configuration Error |
When I try to use jks file Queue manager's errors log showing that it's missing
Use CMS keystore for QMGR and JKS for your Java application
Queue manager won't support JKS file type?
Tha ... |
Topic: SSL configuration Error |
sandydxb
Replies: 14 Views: 17632
|
Forum: General IBM MQ Support Posted: Tue Sep 29, 2015 6:14 pm Subject: SSL configuration Error |
When I try to use jks file Queue manager's errors log showing that it's missing
Use CMS keystore for QMGR and JKS for your Java application
I have tried that too... |
Topic: SSL configuration Error |
sandydxb
Replies: 14 Views: 17632
|
Forum: General IBM MQ Support Posted: Tue Sep 29, 2015 9:56 am Subject: SSL configuration Error |
Please answer all the questions asked.
No need to repeat previous answers - I already read them and suggested the JKS password would need to be supplied in your code.
You could try to use a JK ... |
Topic: SSL configuration Error |
sandydxb
Replies: 14 Views: 17632
|
Forum: General IBM MQ Support Posted: Tue Sep 29, 2015 8:21 am Subject: SSL configuration Error |
You could try to use a JKS with Java.
The truststore password will need to be set somewhere in your code.
What version of MQ do you have on the client and on the QM side?
Some ciphers have b ... |
Topic: SSL configuration Error |
sandydxb
Replies: 14 Views: 17632
|
Forum: General IBM MQ Support Posted: Tue Sep 29, 2015 6:23 am Subject: SSL configuration Error |
I am not sure how to make CMS keystore to work with Java
You can consider using JKS or PKCS12
An excellent article below, old, but very relevant
http://www.ibm.com/developerworks/websphere/libr ... |
Topic: SSL configuration Error |
sandydxb
Replies: 14 Views: 17632
|
Forum: General IBM MQ Support Posted: Tue Sep 29, 2015 5:31 am Subject: Re: SSL configuration Error |
I understand that System.setProperty("javax.net.ssl.trustStore","E:\\Client\\trust.kdb"); is unable to read the truststore I am wokring on winodws machine and changed the file pat ... |
Topic: SSL configuration Error |
sandydxb
Replies: 14 Views: 17632
|
Forum: General IBM MQ Support Posted: Tue Sep 29, 2015 2:22 am Subject: SSL configuration Error |
Dear Experts,
I am trying to configure ssl on Websphere MQ and trying access the Queue Manager from java code.
steps followed:
Server Side:
1) created keystore of type cms and stored the pa ... |