AWS 中的 SSL 证书安装问题

SSL certificate installation issue in AWS

我尝试在我的 AWS ec2 中安装 SSL 证书。这是我遵循的步骤。

1 - Request certificate from certificate manager services.

2 - Verify the certificate with the DNS method(Add Cname record in hosted zone of the domain).

3 - Make a load balancer and install the certificate in ec2 instance. 4 - Add .htaccess www and https redirect for the URL.

但是当我打开我的网站时,它仍然显示'Not Secure'。当我尝试通过 'Online SSL Checker' 检查 SSL 证书时。我没有找到我的证书。它显示一些错误“domain.com 上未找到 SSL 证书”。确保名称解析为正确的服务器并且 SSL 端口(默认为 443)在服务器的防火墙上打开。'。请帮忙。

请检查以下内容

  • 如果您的负载均衡器中有 HTTPS 侦听器
  • 安全组 连接到负载均衡器允许来自端口 443
  • 的 HTTPS 流量
  • 您在您的域名中添加了一个别名 A Record 指向您的弹性负载均衡器的 dns 主机名