ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Archives - All » problem with new SSL support MQ VisualEdit

This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.
 problem with new SSL support MQ VisualEdit « View previous topic :: View next topic » 
Author Message
pdegrandmaison
PostPosted: Tue May 22, 2007 11:02 am    Post subject: problem with new SSL support MQ VisualEdit Reply with quote

Newbie

Joined: 03 May 2007
Posts: 5
Location: Montreal, QC ,Canada

Hello,

I tried V1.4 with a client SVRCONN channel without SSL and it works fine. I tried with a client SSL channel and it doesn't work... maybe I don't set the several parameters right! I checked the documentation but doesn't provide a lot of information about it! I have no indication which of these fields are optional.

The channel param and SSL cert and keys are ok as I use them with MO71 and it works fine.

MQVisual Edit SSL params:

SSL CypherSpec name: RC4_MD5_US
Distinguished name: (is it optonal like the other tools???)

TrustStore & TrustStore password...
Is it the same as the MQSSLKEYR environnement value locating the key.kdb database? If yes, is it the full name , STEM name (like MO71) or the key directory only? I have a password in a file... do I still need the specify the password here?

KeyStore & KeyStore password...
I have the same questions listed in the TrustStore!

Certificate Revocation List LDAP: I do not have one and I never used one before.. is it mandatory field?
_________________
Pierre DeGrandmaison
IT Integration Architect
Global Business Services
IBM Canada Ltd
Back to top
View user's profile Send private message Send e-mail Visit poster's website
marcin.kasinski
PostPosted: Tue May 22, 2007 11:32 am    Post subject: Re: new SSL support Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

What does it mean "it doesn't work..." ?
Any errors ?

To test simple SSL scenario you have to set store parameters and sslCipherSuite .

Example :


Code:
...
System.setProperty( "javax.net.ssl.keyStore", "key.jks");
System.setProperty( "javax.net.ssl.keyStorePassword", "password" );
System.setProperty( "javax.net.ssl.trustStore", "key.jks");
System.setProperty( "javax.net.ssl.trustStorePassword", "password");

MQEnvironment.sslCipherSuite = "SSL_RSA_WITH_RC4_128_MD5";
...

If it works try it with channel table.


Zou don't need Certificate Revocation List
_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
RogerLacroix
PostPosted: Thu May 24, 2007 1:38 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3252
Location: London, ON Canada

Hi,

If you have it working in MO71 then you should be able to use the same information and have it work in MQ Visual Edit.

All of the SSL fields are optional. So only fill in those fields that you require.

pdegrandmaison wrote:
Is it the same as the MQSSLKEYR environnement value locating the key.kdb database?

Yes.
pdegrandmaison wrote:
If yes, is it the full name , STEM name (like MO71) or the key directory only?

Full path and name.
pdegrandmaison wrote:
I have a password in a file... do I still need the specify the password here?

Yes.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies. Page 1 of 1

MQSeries.net Forum Index » Archives - All » problem with new SSL support MQ VisualEdit
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.