估计你用的是godaddy 生成的ssl 证书 导致这原因 是因为证书链断了,你从 godaddy 生成的证书有二个 一个是你自己的证书(比如 yourdomain.com.crt ) 一个是 gd_bundle-g2-g1.crt 你如果是linux 把二个证书放在一个目录下 再运行命令 cat yourdomain.com.crt gd_bundle-g2.crt >> yourdomain.com_combined.crt 最后再配置 nginxssl on;ssl_certificate /ssl_location/yourdomain.com_combined.crt;ssl_certificate_key /ssl_location/yourdomain.com.key; 就行了 关键是要把二个证书 合并成一个证书
配置的问题,严格模式或者其他开放模式吧。