如何将 SSL/TLS 证书应用于云端 dist。到 AWS Route 53 上的域?

How to apply SSL/TLS certificate applied to cloudfront dist. to a domain on AWS Route 53?

我设置了云端分发并为其分配了 SSL 证书:

cloudfront 的来源指向这里(也许这就是问题所在??):

SSL 证书本身用于域 *.populationsimulator.com 和 www.populationsimulator.com:

当我导航到云端 dist 时。 URL (https://d2vnsaiy1f228n.cloudfront.net/),事情看起来很安全:

我设置了云端磁盘。 URL 作为我的 Route 53 域中的别名:

但是,当我导航到 53 号公路 URL (http://www.populationsimulator.com/) 时,事情看起来并不安全,但它们的加载速度足以让我相信它现在指向云端 dist .成功地?:

当我尝试在 URL (https://www.populationsimulator.com/) 中包含 https 时无法访问该站点:

关于我哪里出错的任何提示?非常感谢您的帮助!

您需要解决几件事:

1.First 您需要将 www.populationsimulator.com 添加到 CloudFront 的备用域的归档 (CNAME)

2.. 在 route53 中,你有 populationsimulator.com 的记录,但没有 www.populationsimulator.com 的记录,一旦 www.populationsimulator.com 添加到 CloudFront 中的 CNAME,你就可以在 Route53 中为www.populationsimulator.com.

完成上述步骤后,您应该可以使用http://www.populationsimulator.com but not with https://populationsimulator.com访问该网站。

要制作 https://populationsimulator.com,您需要获得主题为 "populationsimulator.com" 和 populationsimulator.com 也进入 CNAME。