Author |
Message
|
zpat |
Posted: Mon Jan 05, 2015 5:31 am Post subject: XMS and SSL support |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I was reading the IBM infocenter for MQ 7.5 and noticed this entry
Quote: |
XMSC_WMQ_SSL_KEY_REPOSITORY
Data type: String Property of: ConnectionFactory
The location of the key database file in which keys and certificates are stored.
XMS copies the string, up to a limit of 256 single-byte characters, into the MQSCO.KeyRepository field. WebSphere® MQ interprets this string as a filename, including the full path.
For .NET only: Managed connections to WebSphere MQ (WMQ_CM_CLIENT) does not support SSL connections, but might be supported by using an unmanaged connection (WMQ_CM_CLIENT_UNMANAGED).
By default, the property is not set
|
Sounds like even IBM are not sure it works
Anyone used it? _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 05, 2015 5:52 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
So did you try it passing in a jks store?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jan 05, 2015 5:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
So did you try it passing in a jks store?  |
A Java Key Store for a .NET Program? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 05, 2015 6:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
mqjeff wrote: |
fjb_saper wrote: |
So did you try it passing in a jks store?  |
A Java Key Store for a .NET Program? |
Just thinking about property of connection factory => JMS construct...
Why would that be a property of the connection factory in .NET ???
I would expect that the environment reference to point towards the key store... whether it be managed or non managed .NET.
Also before V8 XMS only supported SSL in non managed .NET or not at all (I'd have to check) ...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
zpat |
Posted: Mon Jan 05, 2015 6:36 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
No, I was commenting on the documentation. I am aware that a CMS store is used by XMS.
I was going to ask about managed/unmanaged connections - are you saying that managed is now (finally) supported with MQ v8 clients? _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 05, 2015 6:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
|
Back to top |
|
 |
|