I am creating a static website with AWS S3, CloudFront, Route 53, and AWS Certificate Manger. The www subdomain of my website (https://www.lnkrecall.org/) works fine, but the apex domain does not:
- http://lnkrecall.org/ returns
403 ERROR The request could not be satisfied.and does not redirect to HTTPS as it should. - https://lnkrecall.org/ displays
This site can’t provide a secure connectionin Google Chrome
Configuration details:
- The certificate I created in AWS Certificate Manager covers both
lnkrecall.organd*.lnkrecall.org - In Route 53, there is one A record for each of
lnkrecall.organdwww.lnkrecall.orgthat both point to the same...cloudfront.net.distribution - That distribution lists the www subdomain as a CNAME and has a Protocol Policy of
Redirect HTTP to HTTPS
Evidently the apex domain is somehow configured differently from the subdomain, but I can't spot it
lnkrecall.org? Its not in your CF distro as altenrative domain? - Marcin