我已将客户网站移到公司网站的子域中进行开发。
客户网站具有有效的SSL证书。成功重定向到https://-一切正常。
我直接将代码复制到开发文件夹,然后去加载页面并收到错误:
This site can’t provide a secure connection
Site sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
我转到chrome中的“安全性”标签,可以看到证书有效且受信任。资源全部被安全切断。但是,由于“此页面不安全”,我无法访问该网站。
This page is not secure.
Certificate - valid and trusted
The connection to this site is using a valid, trusted server certificate issued by unknown name.
Resources - all served securely
All resources on this page are served securely.
由于这只是一个开发站点,所以我对它的安全性感到高兴-只要实时站点保持安全并且我的客户能够查看该开发站点即可。
任何帮助都会大有帮助...
谢谢杰森。