go-gost / gost

GO Simple Tunnel - a simple tunnel written in golang
https://gost.run
MIT License
4.27k stars 520 forks source link

使用cloudflare cdn后不生效问题 #198

Closed novohool closed 6 months ago

novohool commented 1 year ago

问题描述:

gost服务使用fly.io部署,生成自带证书的域名 https://xx.fly.dev 此域名使用shadowrocket(socks5+mwss)可正常使用.

浏览器访问显示正常,即根返回404,/ws返回400

使用shadowrocket(socks5+mwss)失败,即修改域名xx.fly.dev为xx.eu.org

403 Forbidden

403 Forbidden


cloudflare

[11:13:32.507] mux session did disconnect reason B01605C6-xxxx-4293-xxxx-xxxxxxxxx => [11:13:32.507] remove closed chain socket => xx.xx.xx.140:443 [11:13:32.507] chain socket dealloc => 0 [11:13:32.508] proxy stream disconnect reason www.google.com:443 => Socket closed by remote

NightMachinery commented 1 year ago

@novohool What protocol did you use on Shadowrocket for mwss?

ginuerzh commented 1 year ago

可以使用v2版本试试,目前不能保证v2和v3功能上的一致。

novohool commented 1 year ago

可以使用v2版本试试,目前不能保证v2和v3功能上的一致。 cloudflare worker支持wss的问题,修改了可用。现在的问题是ios端要怎么使用这个版本的。 shadowrock客户端目前仅仅支持你个人项目下的版本。