Hi All
i am trying to consume one rest api which is already developed with help of outsystems.when i am trying to consume rest api from postman and intregation tool then it is working find but when i am trying consume the api method with help of outsystems logic then i am getting below error
"The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."
we already installed SSL in our server.my question is it SSL certificate issue or anything else?
It's a generic error indicating that it can't get an HTTPS connection. This can indeed be a certificate problem. Are you trying to call the REST API from a cloud environment, to another cloud environment? Or is it an internal call?
we are using outsystems in our azure cloud.we have developed one rest api in outsystems and in this api we have one another 3rd party api to do some process.
we have wildcard certificate in our server.
Your azure server certificate is probably expired or is not yet valid, please check its validity.You can also check out the following OutSystems documentation regarding this error: https://success.outsystems.com/Support/Troubleshooting/Application_runtime/Could_not_establish_trust_relationship_when_consuming_webservices_in_OutSystems.
Good luck!