We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本:GotoX-3.9.0post1-cp311-win_amd64 Win10系统
症状: 使用8087端口连接Google时,浏览器返回“404 无法找到给定的网址” 命令行显示 23:14:06 W L4:2534-> do_DIRECT "GET https://www.google.com.hk/" 没有正确响应,重试。 23:14:06 W L4:2534-> do_DIRECT "GET https://www.google.com.hk/" 失败,返回 404
23:14:06 W L4:2534-> do_DIRECT "GET https://www.google.com.hk/" 没有正确响应,重试。
23:14:06 W L4:2534-> do_DIRECT "GET https://www.google.com.hk/" 失败,返回 404
使用8086端口连接Google时,能够正常访问网页 命令行显示 23:21:09 I L4:2965->[2606:4700::6810:856e] "CFW GET https://www.google.com.hk/ HTTP/1.1" 200 -
23:21:09 I L4:2965->[2606:4700::6810:856e] "CFW GET https://www.google.com.hk/ HTTP/1.1" 200 -
另外,不论是否能够正常访问,命令行中都会显示大量的以下报错 23:17:53 W 104.16.133.206 _create_ssl_connection '********.*****.workers.dev' 返回 SysCallError(10054, 'WSAECONNRESET'),重试 23:17:53 W 104.16.133.70 _create_ssl_connection '********.*****.workers.dev' 返回 SysCallError(10054, 'WSAECONNRESET'),重试
23:17:53 W 104.16.133.206 _create_ssl_connection '********.*****.workers.dev' 返回 SysCallError(10054, 'WSAECONNRESET'),重试
23:17:53 W 104.16.133.70 _create_ssl_connection '********.*****.workers.dev' 返回 SysCallError(10054, 'WSAECONNRESET'),重试
不知如何解决,请帮助,谢谢!
The text was updated successfully, but these errors were encountered:
无法直连谷歌,原因见 #268,不过我暂时没有时间修复。
无法直连 CFW,因为 workers.dev 已加入 SNI 阻断名单,需绑定使用自定义域名 (具体方法请自行搜索),配置方法可参考 #229 讨论内容。
workers.dev
Sorry, something went wrong.
No branches or pull requests
版本:GotoX-3.9.0post1-cp311-win_amd64
Win10系统
症状:
使用8087端口连接Google时,浏览器返回“404 无法找到给定的网址”
命令行显示
23:14:06 W L4:2534-> do_DIRECT "GET https://www.google.com.hk/" 没有正确响应,重试。
23:14:06 W L4:2534-> do_DIRECT "GET https://www.google.com.hk/" 失败,返回 404
使用8086端口连接Google时,能够正常访问网页
命令行显示
23:21:09 I L4:2965->[2606:4700::6810:856e] "CFW GET https://www.google.com.hk/ HTTP/1.1" 200 -
另外,不论是否能够正常访问,命令行中都会显示大量的以下报错
23:17:53 W 104.16.133.206 _create_ssl_connection '********.*****.workers.dev' 返回 SysCallError(10054, 'WSAECONNRESET'),重试
23:17:53 W 104.16.133.70 _create_ssl_connection '********.*****.workers.dev' 返回 SysCallError(10054, 'WSAECONNRESET'),重试
不知如何解决,请帮助,谢谢!
The text was updated successfully, but these errors were encountered: