I’m using Cloudflare for my DNS and have SSL set to Full (Strict). I’m trying to point the root domain as a CNAME to the CloudFront endpoint.
The static website is hosted on an AWS S3 bucket. I have set up CloudFront with a Default CloudFront Certificate (*.cloudfront.net), and the site is available at https://d5nfjc9q9iat8.cloudfront.net.
I have created a CNAME record in Cloudflare: CNAME @ pointing to d5nfjc9q9iat8.cloudfront.net (DNS only).
However, https://personachat.app returns nothing.
What am I missing, please?