0
点赞
收藏
分享

微信扫一扫

英飞凌TC3xx--深度手撕HSM安全启动(五)--TC3xx HSM启动流程、通信机制分析

郝春妮 2023-09-23 阅读 12

报错信息:

  • Failed to load resource: 发生SSL错误,无法建立到该服务器的安全连接 XMLHttpRequest cannot

  • load https://xxxxxxx due to access control checks.

具体如图下:

原因是:页面上的http请求变了https请求
在这里插入图片描述

解决办法:

将页面中的下面这行代码注释掉

<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
举报

相关推荐

0 条评论