【问题标题】:Self Signed certificate throws 404 not found error on AWS Route53 domain自签名证书在 AWS Route53 域上引发 404 not found 错误
【发布时间】:2021-09-18 05:13:41
【问题描述】:

我在 AWS Certificate Manager 中为域 *.example.dev 导入了一个自签名证书。

我的应用程序部署在 elastic beanstalk 上,当通过 elastic beanstalk 环境链接访问时,它可以工作。

但是当我使用 Amazon Route 53 将 abc.example.dev 的 DNS 流量路由到我现有的 Elastic Beanstalk 环境并转到 abc.example.dev 时,我收到“404 not found 错误”。

我不知道出了什么问题。

我是否也需要在 Route53 注册域中注册​​ example.dev 域。目前我的 route53 没有任何注册域名。

【问题讨论】:

    标签: amazon-web-services ssl-certificate amazon-elastic-beanstalk amazon-route53 aws-certificate-manager


    【解决方案1】:

    abc.example.dev 必须指向与您的 Elastic Beanstalk 部署关联的负载均衡器 (ALB) URL。 example.dev 域不一定要向 route53 注册 - 它可以向任何 DNS 提供商注册。您只需设置指向您的 Elastic Beanstalk 环境的 CNAME 记录。请参阅these docs 了解更多信息。

    【讨论】:

      猜你喜欢
      • 2014-08-01
      • 2018-06-17
      • 2019-12-10
      • 1970-01-01
      • 2013-02-20
      • 2019-05-12
      • 1970-01-01
      • 1970-01-01
      • 2019-08-13
      相关资源
      最近更新 更多