您的SSL是encryption的

在Chrome中,

我在付款页面上收到了我的Magento网站的消息。

The site uses SSL, but Google Chrome has detected either high-risk insecure content on the page or problems with the site's certificate. Don't enter sensitive information on this page. Invalid certificate or other serious https issues could indicate that someone is attempting to tamper with your connection to the site. 

我听说外部链接可能是一个问题,所以我已经拿出了所有这些,但它仍然出现这个错误?

什么可能是错的?

从您的意见,这听起来像你没有安装在服务器上的中间证书。 您需要拥有私钥,任何中间证书,并且您已经安装了网站的证书。

我不知道如何在WHM中做到这一点,因为我从来没有使用它,但是这个能力必须存在。 Digicert有这个指南,不知道它是多么适用。

从了解网站安全指标 :

您与该网站的连接已encryption,但Google Chrome已在网页上检测到混合内容。 如果您在此页面上input信息,请小心。 混合的内容可能为某人操纵页面提供了一个漏洞。 此内容可能是第三方图片或网页上embedded的广告。

另一个提示是or problems with the site's certificate

我的猜测是,无论您的证书没有正确validation,您的networking服务器会自动协商Chrome认为不安全的SSL版本,或者您错误地configuration了Magento,并且至less发生以下一种情况:

  1. 您的图像没有被安全地引用。 (这包括背景)
  2. 您的Javascript来源未被安全引用。
  3. 如果您使用的是Flash,则对象类中的链接必须是安全的。

确保包含的所有内容都可以正确使用SSL – 我build议您查阅Magneto的文档。