Hello

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