- Newest
- Most votes
- Most comments
Hello ,
The failure happens during the Lambda authorizer execution, not at the custom domain TLS boundary, according to the AuthorizerConfigurationException. The error Received fatal alert: protocol version typically indicates that the downstream endpoint rejected the TLS version during the handshake when the authorizer sends an HTTPS request to an external service .The problem is probably between the Lambda authorizer (or API Gateway during authorizer execution) and the external HTTPS endpoint because this TLS negotiation is not dependent on the client → Cloudflare → API Gateway connection.
Checkout here for more info
Sources
https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html
https://docs.aws.amazon.com/apigateway/latest/developerguide/supported-ciphers.html
Relevant content
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 6 months ago

I've checked that and fixed the authorizer. Now another error code is returning:
x-amzn-errortype: InternalServerErrorExceptionHere are the logs: https://jpst.it/4VdEd