|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
HTTPRequest node |
« View previous topic :: View next topic » |
Author |
Message
|
Bravo |
Posted: Thu Aug 11, 2011 2:51 pm Post subject: HTTPRequest node |
|
|
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 |
|
 |
fjb_saper |
Posted: Thu Aug 11, 2011 7:35 pm Post subject: |
|
|
 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 |
|
 |
Bravo |
Posted: Thu Aug 11, 2011 8:09 pm Post subject: |
|
|
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 |
|
 |
fjb_saper |
Posted: Thu Aug 11, 2011 11:38 pm Post subject: |
|
|
 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 |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|