Jump to content

HTTPS request is failling


Amos LIDA

Recommended Posts

Hello,

I'm trying to consume a secured webservice throught https request. I got the certificate tu use and followed the procedure to Import and Install Certificate on Client Side ( http://tutorialspedia.com/tibco-ssl-certificate-how-to-use-self-signed-s... )

Below is the error I'm getting when I run my process through Tibco Designer :

BW-HTTP-100300 Job-10000 Error in [Processes/Scala.process/Send HTTP Request]

An IOException was thrown while trying to execute the Http method

caused by: java.io.IOException: Failed to create secure client socket: Server certificate rejected by ChainVerifier

 

Can somebody help me to fix this issue

Waiting for your feedback guys.

 

Regads,

Esdars

Link to comment
Share on other sites

involve network team and check till where the connection is established also check the secure code getting shared between you and vendor.

Sometimes downloading certificates from browser will not get you all the certificates with valid codes

Try getting certificate from openssl commands and compare them.

Also the below link will give you more details.

https://community.tibco.com/questions/not-valid-certificate-soap-request...

Link to comment
Share on other sites

  • 3 years later...
I was also gettingsame error "caused by: java.io.IOException: Failed to create secure client socket: Server certificate rejected by ChainVerifier". In my case ,one of the certificate in certificate chain was expired.After updating certificate issue was resolved.Download updated certificates from browser or ask vendor to provide certificate.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...