#Domain configuration

2 messages · Page 1 of 1 (latest)

lament axle
#

I setup a custom domain, and I beleive I did the necessary setup from AWS side, at least testing from postman, browser etc works as expected.

My current setup is that I would post to API route -> API Route handle the fetch to external api (AWS API Gateway). However, I receive this error (from the function logs).

error:: {"message":"request to https://api.mydomain.com/xx failed, reason: Hostname/IP does not match certificate's altnames: Host: dxxxxx-lgxxxxix-xxxx.vercel.app. is not in the cert's altnames: DNS:*.execute-api.eu-central-1.amazonaws.com","type":"system","errno":"ERR_TLS_CERT_ALTNAME_INVALID","code":"ERR_TLS_CERT_ALTNAME_INVALID"}

lament axle
#

Could it be related to Vercel's auto generated urls?