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 » HTTPRequest node

Post new topic  Reply to topic
 HTTPRequest node « View previous topic :: View next topic » 
Author Message
Bravo
PostPosted: Thu Aug 11, 2011 2:51 pm    Post subject: HTTPRequest node Reply with quote

Centurion

Joined: 03 Oct 2005
Posts: 146

Hi All,

wget works fine and gets data from external site from test unix server
Code:
wget --no-check-certificate https://URL
.

I am trying same in message broker using HTTPRequest node GET method and got error,

Code:

javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.g: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
   java.security.cert.CertPathValidatorException: The certificate issued by O=XXXXXX, C=XX is not trusted; internal cause is:
   java.security.cert.CertPathValidatorException: Certificate chaining error'


MQInput ---> HTTPRequest ---> Compute ---> FIleOutput

How can I bypass cert check in broker?
_________________
Bravo
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Aug 11, 2011 7:35 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Do not bypass the cert check. Make sure your cert path is complete...
Are you missing the CA cert or CA intermediate cert, or are you missing the signer cert of a self signed cert?

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Bravo
PostPosted: Thu Aug 11, 2011 8:09 pm    Post subject: Reply with quote

Centurion

Joined: 03 Oct 2005
Posts: 146

Current process uses wget --no-check-certificate to extract data from the external website. This process is running for couple of years.

Now we are moving this process in WMB and send data to SAP.
I think its a public key (PKI), no CA certs.

I tried url in NETTool,it works perfect without any cert warning message.

Is there a way to bypass cert in WMB?
_________________
Bravo
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Aug 11, 2011 11:38 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Bravo wrote:
Current process uses wget --no-check-certificate to extract data from the external website. This process is running for couple of years.

Now we are moving this process in WMB and send data to SAP.
I think its a public key (PKI), no CA certs.

I tried url in NETTool,it works perfect without any cert warning message.

Is there a way to bypass cert in WMB?


Typically even the PKI needs 2 certs. 1 the cert with the PKI, 2 the signer cert of the PKI. You seem to be missing no 2...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » HTTPRequest node
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.