26
Apr.2022
本地开发环境测试 SSL 报错:无法加载响应数据:No data found for resource with given identifier
前端 Vue+ElimentUI http://localhost:8000
后端Springboot
后端已部署 SSL 证书,本地开发测试环境 https://localhost:8080
解决方案:
在 chrome 上设置运行使用 localhost 的失效证书。
1. 打开浏览器, 输入 chrome://flags/#allow-insecure-localhost
2. 将 Allow invalid certificates for resources loaded from localhost. 改为 Enabled。

其它方案及参考资料:https://blog.csdn.net/weixin_39631370/article/details/111138927
最后编辑: 我就是个世界 编辑于April 26, 2022 16:28
前端 Vue+ElimentUI http://localhost:8000
后端Springboot
后端已部署 SSL 证书,本地开发测试环境 https://localhost:8080
解决方案:
在 chrome 上设置运行使用 localhost 的失效证书。
1. 打开浏览器, 输入 chrome://flags/#allow-insecure-localhost
2. 将 Allow invalid certificates for resources loaded from localhost. 改为 Enabled。
其它方案及参考资料:https://blog.csdn.net/weixin_39631370/article/details/111138927

最后编辑: 我就是个世界 编辑于April 26, 2022 16:28