16
Views
1
Comments
Consuming  REST API
Application Type
Traditional Web
Service Studio Version
10.0.1024.0
Platform Version
10.0.1106.0

When I am trying to consume a REST API, I am getting this error:

"The request was aborted: Could not create SSL/TLS secure channel."

 What could be the cause behind this ? 

Is there anyway to make it work or this is a limitation of OutSystems platform?

Thanks

rest_api.PNG

Hi Sandra
 The "Could not create SSL/TLS secure channel" error usually means that there's something wrong with the server certificate, e.g. the certificate is for a different hostname, or otherwise invalid, or not trusted etc.
Also you can refer to this article https://success.outsystems.com/support/troubleshooting/application_runtime/enable_ssl_for_your_integrations_tls_1.1_and_tls_1.2/
Regards,
Shalaka

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