tangkv / snova

Automatically exported from code.google.com/p/snova
0 stars 0 forks source link

dispatch.go是什么访问方式 #197

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.我关掉所有的比如c4,hosts,spac等只留下gae,又是会出现http 
500刷新几次就可以了,错误日志如下,为什么会首先以dispatch
.go方式访问。我知道gae.go代表是走gae类推,forward.go就是直接�
��接。但dispatch.go不知,忘赐教,
2.单纯的gae方式访问googel等加密网站显示证书问题,虽然这个
可以修改配置,达到加密的走c4。

dispatch.go:137: Session[196]Process error:No proxy found for request 'GET 
igfw.net' with 1 candidates for host:igfw.net
2012/11/23 10:34:11 dispatch.go:197: Session[196]Failed to read http 
request:use of closed network connection
2012/11/23 10:34:13 gae.go:558: Session[197]Request GET 
http://igfw.net/archives/12490

Original issue reported on code.google.com by xilo...@gmail.com on 23 Nov 2012 at 2:47

GoogleCodeExporter commented 8 years ago
1. 所有proxy实现的分发
2. gae是伪造证书的方式,伪造证书是conf/cert下的Fake**.cer

Original comment by yinqiwen@gmail.com on 23 Nov 2012 at 3:38

GoogleCodeExporter commented 8 years ago
gae要导入证书,忘了。

Original comment by xilo...@gmail.com on 23 Nov 2012 at 3:55