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
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