无法在本地validation发行人的权限?

我们有一个奇怪的问题IE7显示没有错误的迹象,但Firefox和Linux工具。 例如,可以使用wgettesting来监视系统的SSL可用性(公有DNS和IP地址匿名):

wget https://subdomain.website.edu --2009-09-02 14:11:06-- https://subdomain.website.edu/ Resolving subdomain.website.edu... 192.168.227.87 Connecting to subdomain.website.edu|192.168.227.87|:443... connected. ERROR: cannot verify subdomain.website.edu's certificate, issued by `/C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=Terms of use at https://www.verisign.com/rpa (c)05/CN=VeriSign Class 3 Secure Server CA': Unable to locally verify the issuer's authority. To connect to subdomain.website.edu insecurely, use `--no-check-certificate'. Unable to establish SSL connection 

它说:“无法在本地validation发行人的权限。 证书是否有问题,或者本地系​​统validation证书有问题?

您的证书可能由您的浏览器直接信任的证书签名。 您的Web服务器不提供您的系统信任的证书和该站点的证书之间的中间证书。

如果您的Web服务器是Apache,您可能需要使用Verisign中的SSLCertificateChainFile和相应的证书包,以便您的Web服务器可以提供构build证书链所需的所有证书。