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
原Issues: cf vmess +ws +tls 有报错
导致问题原因: 后台配置路径Host被强校验了,所以节点Host和配置Host不一致的时候就直接404了。
本地Curl请求信息:
root@debian:~# curl -I http://127.0.0.1:16523/download HTTP/1.1 404 Not Found Date: Mon, 13 Jan 2025 08:04:34 GMT
XrayR报错日志:
Jan 13 16:04:13 debian XrayR[335341]: 2025/01/13 16:04:13 [Info] transport/internet/websocket: failed to validate host, request:127.0.0.1:16523, config:test.com Jan 13 16:04:34 debian XrayR[335341]: 2025/01/13 16:04:34 [Info] transport/internet/websocket: failed to validate host, request:127.0.0.1:16523, config:test.com
XrayR报错截图:
The text was updated successfully, but these errors were encountered:
临时方案: 保证后台节点配置里传输协议里的Host和节点请求WS请求伪装域名(host)一致即可。
Sorry, something went wrong.
No branches or pull requests
原Issues: cf vmess +ws +tls 有报错
导致问题原因:
后台配置路径Host被强校验了,所以节点Host和配置Host不一致的时候就直接404了。
本地Curl请求信息:
XrayR报错日志:
XrayR报错截图:
The text was updated successfully, but these errors were encountered: