Heroku ACM 失败,“CDN 未返回 HTTP 质询”,即使在我配置了 DNS 目标之后也是如此
我在domain.com 购买了域名,并尝试将其链接到我的heroku 应用程序。 Heroku 为我提供了一个 DNS 目标,我已将其添加到 domain.com 中的“DNS 记录”配置中。
但是,当我尝试为我的应用程序生成自动 SSL 证书时,它仍然失败并返回“CDN 未返回 HTTP 质询”。我提到了这个文档,它说出现此错误的原因是我没有将 DNS 指向 Heroku DNS 目标提供的 DNS。但我已经做了,
是不是我有什么误解,或者我基本上要等几天才能完成?
I bought a domain name at domain.com, and tried to link it to my heroku app. Heroku provided me a DNS target, and I have put it through to my "DNS record" config in domain.com.
However when I try to generate automatic SSL certificate for my app, it still fails and returns me "CDN not returning HTTP challenge". I referred to this documentation, it says the reason for this error is that I haven't pointed the DNS to the one provided by Heroku DNS target. But I have already done it
Is there anything I misunderstood, or do I basically have to wait for a few days for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在名称下,只需将其列为
www.your_site.com
、heroku 表示它将把www.example.com
转发到example.com
。Under name just list it as
www.your_site.com
, heroku says that it will forwardwww.example.com
toexample.com
.