简体   繁体   English

需要提供完整的SSL证书链

[英]Need to provide complete chain of certificate for open ssl

I had installed SSL certs one one of my cloud server by following this: 我按照以下步骤安装了我的云服务器之一的SSL证书:

http://www.rackspace.com/knowledge_center/article/installing-an-ssl-certificate-on-apache http://www.rackspace.com/knowledge_center/article/installing-an-ssl-certificate-on-apache

I am running jetpack plugin on my wordpress blog. 我在我的wordpress博客上运行jetpack插件。 The jetpack plugin is not getting connected to wordpress. jetpack插件未连接到wordpress。 I have talked with the Jetpack support guys and they say this: 我已经与Jetpack支持人员进行了交谈,他们说:

Support Reply 支持回复

"The problem is that OpenSSL doesn't recognize your certificate's Certificate Authority's certificate. The that URL works in browsers is because most modern browsers allow for certificate discovery by reading the "Authority Information Access" metadata from the certificate, which contains a URL from which the browser can download the CA's certificate. OpenSSL does not. “问题在于OpenSSL无法识别您证书的证书颁发机构的证书。该URL在浏览器中有效是因为大多数现代浏览器都通过从证书中读取“ Authority Information Access”元数据来允许证书发现,该元数据包含一个URL,浏览器可以下载CA的证书,而OpenSSL不能。

The best solution is if you can configure your webserver to supply the entire SSL certificate chain, rather than just your own certificate. 最好的解决方案是,如果可以将Web服务器配置为提供整个SSL证书链,而不是仅提供自己的证书。 That's what we do on WordPress.com. 那就是我们在WordPress.com上所做的。 Sending the entire chain will also make your sites more compatible with older (and I believe some mobile) browsers." 发送整个链条也将使您的网站与旧的(并且我相信某些移动设备)浏览器更加兼容。”

Can any one describe me how can I install or provide entire certificate chain??? 谁能形容我如何安装或提供整个证书链???

Thanks 谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM