Invoke HTTPS web service from OSB Proxy Service
Hi,
We have a requirement where we need to invoke a HTTPS service and basic authentication from OSB.
The external system has given a certificate. We had imported this certificate in DemoTrust.jks keystore file using below command:
keytool -import -trustcacerts -file clientCertificate.cer -keystore DemoTrust.jks
We had created Business service for this external service and called this service in route node.
But while invoking this service, it is throwing below error message.
The invocation resulted in an error: [Security:090477]Certificate chain received from - (servername here ) was not trusted causing SSL handshake failure.
Can some one validate my steps done and guide further.
We have a requirement where we need to invoke a HTTPS service and basic authentication from OSB.
The external system has given a certificate. We had imported this certificate in DemoTrust.jks keystore file using below command:
keytool -import -trustcacerts -file clientCertificate.cer -keystore DemoTrust.jks
We had created Business service for this external service and called this service in route node.
But while invoking this service, it is throwing below error message.
The invocation resulted in an error: [Security:090477]Certificate chain received from - (servername here ) was not trusted causing SSL handshake failure.
Can some one validate my steps done and guide further.
0