如何忽略证书错误

发布于 2024-08-24 15:01:37 字数 429 浏览 13 评论 0原文

抱歉,我的英语很差,离开学校后我再也没有说过英语。 但现在这个问题困扰了我很长一段时间。

我的问题:当我打开安全证书错误的网站时,

IE8显示:

============================

存在问题并附有本网站的安全证书。

本网站提供的安全证书并非由受信任的证书颁发机构颁发。 安全证书问题可能表明有人试图欺骗您或拦截您发送到服务器的任何数据。 我们建议您关闭该网页并且不要继续访问该网站。 单击此处关闭该网页。 继续访问此网站(不推荐)。

================================

我想打开此网站(https)而不显示此警报页面 方法可能是使用“regedit”,或者更改internet选项,或者通过代码……等等。

请帮助我

谢谢谢谢谢谢

Sorry ,my English is poor, I have never speak English after I leave the school.
but now this problem have trouble me for a long days.

My problem: when I open the website which the security certificate is wrong ,then

IE8 show:

===========================

There is a problem with this website's security certificate.

The security certificate presented by this website was not issued by a trusted certificate authority.
Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.
We recommend that you close this webpage and do not continue to this website.
Click here to close this webpage.
Continue to this website (not recommended).

==============================

I want to open this website(https) without show this alert page
the method may use "regedit", or change the internet Options, or by code ......and so on.

please help me

thanks thanks thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神经大条 2024-08-31 15:01:38

您可以通过regedit来完成此操作。转到以下项:

HKEY_USERS\<SID>\Software\Microsoft\Windows\CurrentVersion\Internet Settings

并将 WarnonBadCertRecving 设置为 0

如果它不存在,请创建一个名为 WarnonBadCertRecving 的新 DWORD,然后将其设置为 0。

或者,创建 < code>.reg 文件包含此文件并双击运行:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"WarnonBadCertRecving"=dword:00000000

You can do this via regedit. Go to the following key:

HKEY_USERS\<SID>\Software\Microsoft\Windows\CurrentVersion\Internet Settings

And set WarnonBadCertRecving to 0

If it doesn't exist, create a new DWORD called WarnonBadCertRecving and then set that to 0.

Alternatively, make a .reg file containing this and double click to run:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"WarnonBadCertRecving"=dword:00000000
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文