go to post Ricardo Baehr · Mar 26, 2022 Hi!In older versions of Caché, this command works:Do DISABLE^%NOJRNDo ENABLE^%NOJRNI hope it can help you.HugRica
go to post Ricardo Baehr · Sep 14, 2017 HelloI would like to share the solution I adopted.I was able to access my API (over AWS API Gateway) by placing an AWS Cloudfront instance in front of it.The SSL used by the API Gateway needs TLS with SNI (which does not exist in Caché)...But the SSL used by Cloudfront does not require SNI.So I was able to keep using httpRequest.Thanks.
go to post Ricardo Baehr · Sep 14, 2017 I tried your two suggestions but I did not succeed.I'm thinking of using cURL through $ ZF.It will be a lot of work to handle the returns but this seems to me the quickest solution.Thanks Dmitry.
go to post Ricardo Baehr · Sep 13, 2017 Yes.And i have no problem using other APIs over HTTPS...But APIs that is hosted in API Gateway from AWS i get this error :/We need interact with a serverless API that use API Gateway + Lamda and it just do not work.:/