422
Views
3
Comments
"The underlying connection was closed: Could not establish trust relationship for the
Question

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?

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

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?

UserImage.jpg
Arkyadeep Bharadwaj

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.


2020-07-09 10-12-27
Sem de Koning

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!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.