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 » WebSphere Message Broker (ACE) Support » SSL setup in HTTP Request Node for Linux Message Broker V8

Post new topic  Reply to topic Goto page 1, 2  Next
 SSL setup in HTTP Request Node for Linux Message Broker V8 « View previous topic :: View next topic » 
Author Message
kunal07
PostPosted: Tue Jul 30, 2013 10:34 pm    Post subject: SSL setup in HTTP Request Node for Linux Message Broker V8 Reply with quote

Acolyte

Joined: 05 Dec 2012
Posts: 72

Hi All,

i know i am asking a bit silly question here, i saw most of the posted related to this topic in this forum. but i m still confused how to start configuring the SSL setup.

My Flow is like,
MQInput Node---->Compute Node---->HTTP Request Node----MQOutPut Node.

i have to send the Incoming message received my MQInputNode and Post it to Client using HTTP requst node. i have the URL which is https://...
so i have to configure SSL to use HTTPS request by message broker.

as my DEV Broker(v8.0.0.2) is in Linux environment, can any one tell me the steps how can do that, what are the things i have to keep in my mind.
Back to top
View user's profile Send private message
kunal07
PostPosted: Wed Jul 31, 2013 2:41 am    Post subject: Reply with quote

Acolyte

Joined: 05 Dec 2012
Posts: 72

Please any help is really appreciated
Back to top
View user's profile Send private message
dogorsy
PostPosted: Wed Jul 31, 2013 2:47 am    Post subject: Re: SSL setup in HTTP Request Node for Linux Message Broker Reply with quote

Knight

Joined: 13 Mar 2013
Posts: 553
Location: Home Office

kunal07 wrote:


as my DEV Broker(v8.0.0.2) is in Linux environment, can any one tell me the steps how can do that, what are the things i have to keep in my mind.


have you tried looking at the documentation? what does it say ?
Back to top
View user's profile Send private message
Tibor
PostPosted: Wed Jul 31, 2013 3:06 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

You can find something useful here, as it was recommended:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v8r0m0/topic/com.ibm.etools.mft.doc/ap12235_.htm

...and here:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v8r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fap12234_.htm
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Wed Jul 31, 2013 3:11 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Do you have a WSDL ? Are you using SOAP ?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
kunal07
PostPosted: Wed Jul 31, 2013 3:38 am    Post subject: Reply with quote

Acolyte

Joined: 05 Dec 2012
Posts: 72

Thanks Tibor for the links, i had seen them already.
i am follwoing the step from this link : http://www.ibm.com/developerworks/websphere/library/techarticles/1205_bhat/1205_bhat.html

so i have created the Keystore using below command,

keytool -genkey -alias MBDEV01 -keystore keystore.jks -keysize 2048

i am following the other steps as of now...

@lancelotlinc : i am using HTTP Request Node, i have the url for this , which is HTTPS so i have configure SSL.[/quote]
Back to top
View user's profile Send private message
fatherjack
PostPosted: Wed Jul 31, 2013 3:45 am    Post subject: Reply with quote

Knight

Joined: 14 Apr 2010
Posts: 522
Location: Craggy Island

As has been discussed previously in this forum you don't necessarily have to go through all the steps in the Infocenter doc. There is a built in truststore that contains lots of well known CA certs. In the absence of your own truststore WMB uses this by default.

So you might get away with just specifying the https url in the http request node. Try it and see what happens befor you go building your PKI infrastructure.

Of course you'll probably hit some network issues that prevent your request getting out (I'm making the assumption that the target is outside your network)
_________________
Never let the facts get in the way of a good theory.
Back to top
View user's profile Send private message
kunal07
PostPosted: Wed Jul 31, 2013 4:02 am    Post subject: Reply with quote

Acolyte

Joined: 05 Dec 2012
Posts: 72

thanks fatherjack for the below info,
can you also tell how to get use built in truststore that contains lots of well known CA certs
Back to top
View user's profile Send private message
ganesh
PostPosted: Wed Jul 31, 2013 4:37 am    Post subject: Reply with quote

Master

Joined: 18 Jul 2010
Posts: 294

If you have a wsdl use a SOAP node instead of HTTP node.
Back to top
View user's profile Send private message
kunal07
PostPosted: Wed Jul 31, 2013 4:57 am    Post subject: Reply with quote

Acolyte

Joined: 05 Dec 2012
Posts: 72

i do not have a wsdl file with me.
i have to use HTTP request node for posting the incoming messages into the URL provided by client.
Back to top
View user's profile Send private message
fatherjack
PostPosted: Wed Jul 31, 2013 6:18 am    Post subject: Reply with quote

Knight

Joined: 14 Apr 2010
Posts: 522
Location: Craggy Island

kunal07 wrote:
can you also tell how to get use built in truststore that contains lots of well known CA certs


Not sure what you're asking here?
_________________
Never let the facts get in the way of a good theory.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Wed Jul 31, 2013 6:49 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

kunal07 wrote:
i do not have a wsdl file with me.
i have to use HTTP request node for posting the incoming messages into the URL provided by client.


Are you calling a SOAP-based Web Service ? If so, execute the query WSDL function against the URL.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
kunal07
PostPosted: Sun Aug 04, 2013 9:04 pm    Post subject: Reply with quote

Acolyte

Joined: 05 Dec 2012
Posts: 72

Hi , i got some update on this as, client doest not use KeyStore and certificate signing request (CSR) for Server Authentication.
Client use shared secret Authentication, so In Broker i still have to use Keystore or how can i make connection to Client url(https://...)

Plz help
Back to top
View user's profile Send private message
dogorsy
PostPosted: Mon Aug 05, 2013 1:43 am    Post subject: Reply with quote

Knight

Joined: 13 Mar 2013
Posts: 553
Location: Home Office

kunal07 wrote:
Hi , i got some update on this as, client doest not use KeyStore and certificate signing request (CSR) for Server Authentication.
Client use shared secret Authentication, so In Broker i still have to use Keystore or how can i make connection to Client url(https://...)

Plz help



I think you need to work out who is the client and who is the server in your case before posting anything you are told.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Aug 05, 2013 3:25 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

dogorsy wrote:
kunal07 wrote:
Hi , i got some update on this as, client doest not use KeyStore and certificate signing request (CSR) for Server Authentication.
Client use shared secret Authentication, so In Broker i still have to use Keystore or how can i make connection to Client url(https://...)

Plz help



I think you need to work out who is the client and who is the server in your case before posting anything you are told.


If you are not clear on what the real requirement is, how is it we will know?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » SSL setup in HTTP Request Node for Linux Message Broker V8
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.