Hi All,
I am trying a POC in my personal environment on consuming REST API.
When I test the API its throws following error: "Could not establish trust relationship for the SSL/TLS secure channel"
I cannot configure the SSL certificate in OutSystems personal environment of consumed application, so can we Disable SSL for Integrations.
Regards,
Vinod
Hi Vinod Kumar,
I believe it is not possible to disable SSL/TLS for consumed web services. Only for exposed web services.
You can find more information about this issue at this link:
https://success.outsystems.com/Support/Troubleshooting/Application_runtime/Could_not_establish_trust_relationship_when_consuming_webservices_in_OutSystems
But, I think that because it is a personal environment, it should not be possible to install a third-party certificate.
Pedro Costa
Hi @Pedro Costa ,
I have used the following "REST Ignore Certificates" forge component in REST API OnBeforeRequest Advanced with this logic it stopped throwing the SSL certificate error.
However in Get method it started throwing 403 exception. Any thoughts on this.?