root
root

Reputation: 1583

Calling Distance API from Tibco designer

I've tried to invoke a web service hosted on Mashape from my tibco design and i've received this error Failed to create secure client socket: Server certificate rejected by ChainVerifier

I've also tried solution posted by nathan but it didn't work.

Link to webservice info

Tibco designer console log: http://pastebin.com/iBhGHN4a

Upvotes: 0

Views: 131

Answers (1)

Daniele
Daniele

Reputation: 1063

if you look at the certificate that Mashape is using you can see that it has also a Root and an intermediate certificate.

screenshot

You need to ensure you have all 3 of them in your trusted certificates folder.

Upvotes: 1

Related Questions