goproxy icon indicating copy to clipboard operation
goproxy copied to clipboard

HTTP代理访问Github会经常出现 Fastly error: unknown domain: github.com.

Open QLeelulu opened this issue 4 years ago • 4 comments

启动参数

./proxy http -p :80 --forever --log proxy.log --dns-ttl=60 --dns-address=8.8.8.8:53 --intelligent=direct
./proxy http -p :443 --forever --log proxy.log --dns-ttl=60 --dns-address=8.8.8.8:53 --intelligent=direct

访问 Github经常出现 :

image

访问 MongoDB 相关网站经常出现 :

image

从Chrome的控制台看出问题的都是 http2 请求:

image

当出现以上问题时,在Chrome里执行以下Close idle sockets操作就可以暂时正常访问:

image

QLeelulu avatar Apr 06 '21 02:04 QLeelulu

反向代理不支持http2

snail007 avatar Apr 06 '21 03:04 snail007

@snail007 相当于正向代理用法,从我们的使用情况来看,是支持http2的,只是有几个网站(例如 github.com、mongodb.com)会出现这种情况

QLeelulu avatar Apr 20 '21 02:04 QLeelulu

我用socks代理,最近也出现github无法访问的情况,其它网站可以

mistyworm avatar Jun 23 '21 03:06 mistyworm