控制台错误。无法加载资源:net :: ERR_INSECURE_RESPONSE [英] Console errors. Failed to load resource: net::ERR_INSECURE_RESPONSE

查看:5309
本文介绍了控制台错误。无法加载资源:net :: ERR_INSECURE_RESPONSE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的链接中找到他们。



GET https://fr.s.us/js/jquery-ui.css net :: ERR_INSECURE_RESPONSE



GET https://fr.s.us/js/jquery -1.9.1.min.js net :: ERR_INSECURE_RESPONSE



GET https://fr.s.us/js/jquery-ui.js net :: ERR_INSECURE_RESPONSE



有人请告诉我这些jquery控制台错误..

 无法加载资源:net :: ERR_INSECURE_RESPONSE 


解决方案<



如果是,根本问题是证书不匹配/证书过期。



您可以在代码在这里



特别要注意的是,在我发送给你的C ++文件的第44行代码中引用的常数: / p>

  case net :: ERR_INSECURE_RESPONSE:

此文件的当前版本为这里。错误状态ERR_INSECURE_RESPONSE可能不再在第44行,但错误代码仍存在于代码的SSL证书部分中。


I'm getting them on my links in my head.

GET https://fr.s.us/js/jquery-ui.css net::ERR_INSECURE_RESPONSE

GET https://fr.s.us/js/jquery-1.9.1.min.js net::ERR_INSECURE_RESPONSE

GET https://fr.s.us/js/jquery-ui.js net::ERR_INSECURE_RESPONSE

Someone please enlighten me on these jquery console errors..

Failed to load resource: net::ERR_INSECURE_RESPONSE 

解决方案

I am assuming you're using Chrome.

If so, the root problem is a certificate mismatch / expired certificate.

You can see this for yourself in the code here.

Note in particular the use of the very constant you reference in the code on line 44 of the C++ file I sent you:

 case net::ERR_INSECURE_RESPONSE:

The current version of this file is here. The error status ERR_INSECURE_RESPONSE may not any longer be on line 44 but the error code still exists in the SSL certificate portion of the code.

这篇关于控制台错误。无法加载资源:net :: ERR_INSECURE_RESPONSE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆