I need to call Dialogflow ES webhook with mTLS certificate. Webhook URL calls AWS custom domain API Gateway.
The webhook URL domain is created with AWS Route53 and AWS ACM.
Are there anybody trying the same configuration? Did it work?
When I disabled mTLS of API Gateway and connect using TLS, it worked well.
However, I abled mTLS and uploaded a pem file downloaded from [1] to Truststore, it didn't worked. Dialogflow got an Error as "Webhook call failed. Error: PERMISSION_DENIED, State: URL_ERROR, Reason: ERROR_OTHER, HTTP status code: 403."
It's just a guess, but I think that the file uploaded to API Gateway Trsutstore is not correct file.