大家有没有遇到过“一旦用代理就不能上”的网站?

发表于:2007-06-08来源:作者:点击数: 标签:
http://www.intozgc.com 我朋友告诉我,他用了squid之后上不去,于是我做了一个试验,用了另一个squid,果然上不去了 大家访问试试呢?如果也是这样,为什么呢? isalie 回复于:2005-07-05 14:51:20 我用squid业,但是能访问这个站点啊 platinum 回复于:20

http://www.intozgc.com
我朋友告诉我,他用了 squid 之后上不去,于是我做了一个试验,用了另一个 squid,果然上不去了

大家访问试试呢?如果也是这样,为什么呢?

 isalie 回复于:2005-07-05 14:51:20
我用squid业,但是能访问这个站点啊

 platinum 回复于:2005-07-05 17:16:20
奇怪,我试了 3 个 squid,都不行
1 个 是没有密码的,内网是透明代理的方式访问的
另 2 个是需要密码的,外网通过在浏览器里设置代理服务器地址的方式来访问的

难道我架设的 squid 有问题?
提示内容如下
[quote:869d4b3997]
ERROR
The requested URL could not be retrieved

--------------------------------------------------------------------------------

While trying to retrieve the URL: http://www.intozgc.com/ 

The following error was encountered: 

Read Error 
The system returned: 

    (104) Connection reset by peerAn error condition occurred while reading data from the network. Please retry your request. 

Your cache administrator is webmaster. 



--------------------------------------------------------------------------------

Generated Tue, 05 Jul 2005 09:16:19 GMT by Squid-Proxy (squid/2.5.STABLE9) 
[/quote:869d4b3997]
配置文件中关键内容如下
[code:1:869d4b3997]
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl AUTHUSER proxy_auth REQUIRED
http_access allow AUTHUSER
http_access deny all
http_reply_access allow all
icp_access allow all
cache_mgr webmaster
cache_effective_user squid
visible_hostname Squid-Proxy
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
logfile_rotate 7
error_directory /usr/local/squid/share/errors/English
coredump_dir /usr/local/squid/var/cache
[/code:1:869d4b3997]

 gdwk 回复于:2005-07-06 16:15:45
跟我这上www.google.com是同样的问题,偶尔上不去
在access.log中返回代码是502,网关错误

曾经试过
acl google dstdomain .google.com
always_direct allow google
没有解决,于是想到了:
在代理服务器上直接下载网页
wget -d http://www.google.com
看看错误,在我想到这个办法的时候已经好用了,所以没看到调试信息

这个没有打开调试信息
proxy1:~# wget http://www.google.com/index.html
--07:58:11--  http://www.google.com/index.html
           => `index.html'
Resolving www.google.com... 64.233.189.104
Connecting to www.google.com[64.233.189.104]:80... connected.
HTTP request sent, awaiting response... 
Read error (Connection reset by peer) in headers.
Retrying.

 qyokcn 回复于:2005-07-06 21:12:30
我的没有问题啊。

 platinum 回复于:2005-07-06 22:49:48
莫非是我 RPWT [img:0b7bd5b4d7]http://www.discuz.net/images/smilies/sweat.gif[/img:0b7bd5b4d7]

 剑心通明 回复于:2005-07-07 09:17:24
[quote:0f13cfd616="platinum"][/quote:0f13cfd616]
 :mrgreen:  :mrgreen:  :mrgreen:

 hzhawk 回复于:2005-07-09 17:51:31
platinum,不是你的rpwt
我也遇到过很多次了,最常见的就是google了,可能是这个网站用户用得多,所以向我反映得多,其它网站也有人反映过
当时我测试过,用代理会返回read error 或 reset by peer 等等错误,但不用代理却是正常的。

 yh6788 回复于:2005-07-30 21:21:22
我试了两个不同国家的代理 (US&TW)也全上不去,但是Google可以上去。

错误如下:
The requested URL could not be retrieved

While trying to retrieve the URL: http://www.intozgc.com/

The following error was encountered:

    We can not connect to the server you have requested. 

This means that:

    * The server might be busy at this time.
    * The server is not reachable. 


Please try later to see if you can go through.

 platinum 回复于:2005-07-30 22:59:49
[quote:87f33de98b="hzhawk"]platinum,不是你的rpwt
我也遇到过很多次了,最常见的就是google了,可能是这个网站用户用得多,所以向我反映得多,其它网站也有人反映过
当时我测试过,用代理会返回read error 或 reset by peer 等等错误,但不..........[/quote:87f33de98b]
对,没错,我也返回 read error 或 reset by peer 等等错误
同样,取消代理就可以,不知问题何在

 bjhb 回复于:2005-08-01 14:05:46
我的也是和大家的情况一样的,因为我最近想买dell笔记本我上www.dell.com.cn就上不去,不过有的时候是可以上去的,linux的代理也是最近上的,可是在用代理上不去时,去掉代理直接上是可以上去的

 xccao 回复于:2005-08-03 08:54:22
我得情况也是很奇怪,用squid做一级代理,可以访问google,也可以搜索;但是当给它设定二级代理时,只能访问它的主页,却不能搜索,点击搜索就显示错误页面,郁闷

 deargentle 回复于:2005-08-05 11:25:25
squid默认情况下不能访问事域名中有_的地址。。。
如果要支持的话,在编译的时候,有一个选项,选中即可。安装完了,不能再设置。

原文转自:http://www.ltesting.net