0

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

Community
  • 1
  • 1
root
  • 1,573
  • 3
  • 23
  • 38

1 Answers1

1

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.

Daniele
  • 1,053
  • 10
  • 17