具有自定义域的 Bluemix Cloud Foundry 应用程序使用 bluemix 证书

Bluemix Cloud Foundry App with custom domain uses bluemix certificate

我有一个部署到 IBM Bluemix (IBM Cloud) 的 Node JS Cloud Foundry 应用程序,我正在为它使用我自己的个人域。使用 letsencrypt 创建证书,我为 Bluemix 提供了我的域的 ssl 证书,它涵盖了我域的 DNS 名称,以及子域 www.

我已经为我的域配置了要使用的 DNS:

问题是当我导航到 https://www.example.com 时,该站点显示并使用了我的自定义证书。但是当我导航到 https://example.com 时,我看到证书不匹配错误:

This server could not prove that it is example.com; its security certificate is from *.eu-gb.mybluemix.net. This may be caused by a misconfiguration or an attacker intercepting your connection.

我认为问题出在 A Name 记录上。 让我与您分享 link,以便您可以了解自定义域的最新流程。 https://console.bluemix.net/docs/manageapps/secapps.html#securingapps

我认为最好的解决方案是为指向 secure.eu-gb.bluemix.net 的 example.com URL 创建另一个 CNAME 记录 在文档中,据我所知,没有提及 DNS 的 A 记录。 如果您解决了这个问题,请告诉我,如果需要,我可以为您提供更多帮助。