如何忽略证书错误
抱歉,我的英语很差,离开学校后我再也没有说过英语。 但现在这个问题困扰了我很长一段时间。
我的问题:当我打开安全证书错误的网站时,
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过
regedit
来完成此操作。转到以下项:并将
WarnonBadCertRecving
设置为 0如果它不存在,请创建一个名为
WarnonBadCertRecving
的新 DWORD,然后将其设置为 0。或者,创建 < code>.reg 文件包含此文件并双击运行:
You can do this via
regedit
. Go to the following key:And set
WarnonBadCertRecving
to 0If 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: