zizifn / edgetunnel

Running V2ray inside edge/serverless runtime
GNU General Public License v2.0
7.11k stars 24.87k forks source link

发现2天前更新的worker-with-socks5-experimental.js代码处理socks5的时候有一些问题 #319

Open egg1234 opened 1 month ago

egg1234 commented 1 month ago

首先说明之前的worker-with-socks5-experimental.js的代码我没有使用过,就是测试了2天前更新的worker-with-socks5-experimental.js代码加了自己的socks5代理出口地址,测试环境是workers加了自有的域名路由,测试连接自有域名方式时无论访问非cloudflare托管网站或cloudflare托管网站都一切正常,但测试Cloudflare优选ip时出问题,访问非cloudflare托管网站没有任何问题,但是访问cloudflare托管网站时浏览器提示下面的错误:

建立安全连接失败

连接到 iplocation.io 时发生错误。PR_END_OF_FILE_ERROR

错误代码:PR_END_OF_FILE_ERROR

由于不能验证所收到的数据是否可信,无法显示您想要查看的页面。 建议向此网站的管理员反馈这个问题。

上面这个 iplocation.io网站只是举例,其他网站如 https://www.ip-adress.com 都一样的错误,但是直接访问自有域名方式没有这个问题,只是使用Cloudflare优选ip时出问题,而且换了各个国家的Cloudflare优选ip进行测试结果都一样, 感觉应该是使用Cloudflare优选ip时socsk5出站有一些问题

另外我也使用了 https://github.com/cmliu/epeius 项目的socks5出站测试,在使用Cloudflare优选ip时访问cloudflare托管网站没有任何问题