windows 无法连接到真正的 www.google.com
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21721542/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Cannot Connect to the real www.google.com
提问by Mohammad Yousefi
I have received this message that I'm not able to connect to the real Google site when I use Chrome as my Browser. I have tried to solved the problem by
我收到了这条消息,说当我使用 Chrome 作为浏览器时,我无法连接到真正的 Google 站点。我试图通过
Checking my time zone. (because of SSL Credential)
Checking my Browser Proxy.
resetting my setting to default
clearing all caches and cookies
Flushing DNS
检查我的时区。(因为 SSL 凭证)
检查我的浏览器代理。
将我的设置重置为默认值
清除所有缓存和 cookie
刷新DNS
but nothing happens.
但什么也没有发生。
when I checked the browser in safe mode I saw that it could connect to google. I think there is an application that cause the problem.
当我在安全模式下检查浏览器时,我看到它可以连接到谷歌。我认为有一个应用程序导致了这个问题。
I would appreciate if you help me to find the solution and tell me how I can check my connection in the Application layer of OSI model.
如果您能帮我找到解决方案并告诉我如何在 OSI 模型的应用层中检查我的连接,我将不胜感激。
采纳答案by Vince
I found a related threadin a Google Chrome forum.
我在 Google Chrome 论坛中找到了一个相关主题。
I think that the technology responsible for catching this is HTTP Strict Transport Security;
我认为负责捕获这个的技术是HTTP Strict Transport Security;
It looks like one of your extensions is intercepting SSL traffic and, in your case, that looks like BitDefender.
看起来您的扩展程序之一正在拦截 SSL 流量,在您的情况下,它看起来像 BitDefender。
I would stop using BitDefender, but if you want to continue using it you could either look for a setting that stops it from intercepting SSL traffic or contact their support.
我会停止使用 BitDefender,但如果您想继续使用它,您可以寻找阻止它拦截 SSL 流量的设置或联系他们的支持。
回答by user3554986
Somehow, my computer was one year behind the actual time. I adjusted to the correct time and the time zone. I closed and open Google Chrome. Problem was fixed.
不知何故,我的电脑比实际时间晚了一年。我调整到正确的时间和时区。我关闭并打开谷歌浏览器。问题已解决。
回答by Ruben
If you want to get past that just type in 'danger' in your browser. (just click on the window anywhere and type 'danger', you won't actually see the letters appear anywhere) it used to be proceed but that no longer works.
如果您想通过,只需在浏览器中输入“危险”即可。(只需点击窗口的任意位置并输入“危险”,您实际上不会在任何地方看到字母)它曾经是继续的,但不再有效。
回答by RatioCynic
I am running WIn XP WITHOUT SP3 update and this solution worked for me when using Chrome.
我正在运行没有 SP3 更新的 WIn XP,这个解决方案在使用 Chrome 时对我有用。
http://www.technonsense.com/2014/04/chrome-ssl-error-solution/
http://www.technonsense.com/2014/04/chrome-ssl-error-solution/
In short, modify your Chrome shortcut used to access the browser by appending "-ignore-certificate-errors" (without quotes) in the target field (and after "...exe").
简而言之,通过在目标字段中(以及在“...exe”之后)附加“-ignore-certificate-errors”(不带引号)来修改用于访问浏览器的 Chrome 快捷方式。
I hope this speeds you on your way!
我希望这能加快你的步伐!
回答by user3490286
This problem happens because your system datetime is wrong. Update your window datetime correctly.
发生此问题是因为您的系统日期时间错误。正确更新您的窗口日期时间。
回答by CJBS
Double-check the actual time setting of the clock, using one of the Internet time providers. (You mentioned that you checked the time zone, but not the actual time). To do this, double-click clock, Change Date & Time, select Internet Time tab, then Change Settings, and synchronize with one of the providers listed there. If one doesn't work, try another.
使用 Internet 时间提供商之一仔细检查时钟的实际时间设置。(您提到您检查了时区,而不是实际时间)。为此,双击时钟,更改日期和时间,选择 Internet 时间选项卡,然后更改设置,然后与其中列出的提供商之一同步。如果一个不起作用,请尝试另一个。
Failing that, also try disabling any extensions that you have installed. Type the following into Chrome's address bar, and select the Extensions tab on the left:
如果失败,还请尝试禁用您已安装的任何扩展。在 Chrome 的地址栏中输入以下内容,然后选择左侧的“扩展”选项卡:
chrome://extensions/
回答by Mayur Maheshwari
The problem is basically on older version of OS e.g. Windows-XP with SP-II. SHA-2 algorithm has been used to generate SSL certificates which is not in range of older version of OS.
问题基本上是在旧版本的操作系统上,例如带有 SP-II 的 Windows-XP。SHA-2 算法已用于生成不在旧版本操作系统范围内的 SSL 证书。
There are two solutions for the problem as:
该问题有两种解决方案:
- Upgrade the OS. Use another OS or upgrade existing one (with SP-III). or
- Generate new SSL certificates with SHA-1 algorithm.
- 升级操作系统。使用其他操作系统或升级现有操作系统(使用 SP-III)。或者
- 使用 SHA-1 算法生成新的 SSL 证书。
回答by paul
the solution consists in activating a flag for ignoring errors caused by certificates, does not ignore the certificate itself but only the consequent error, that is obtained by launching the binary with a specific parameter,
该解决方案包括激活一个标志以忽略由证书引起的错误,不会忽略证书本身,而只会忽略随后的错误,即通过使用特定参数启动二进制文件而获得的错误,
for your own reference: http://www.technonsense.com/2014/04/chrome-ssl-error-solution/
供您自己参考:http: //www.technonsense.com/2014/04/chrome-ssl-error-solution/
the fix forces the override of the default behaviour about certificates error
该修复强制覆盖有关证书错误的默认行为