400 Bad Request #765
Unanswered
Finder0519
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
你正在使用哪个版本的 V2Ray?
服务端:v2ray-Core 4.34.0
客户端:Xray 1.3.1
你的使用场景是什么?
比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频
你看到的异常现象是什么?
原本想配合websocket+nginx作反代,结果无法连接,客户端报错,提示400 Bad Request
你期待看到的正常表现是怎样的?
可以正常打开Google首页
请附上你的配置
服务端配置:
客户端配置:
请附上出错时软件输出的错误日志
服务器端错误日志:
客户端错误日志:
请附上访问日志
其它相关的配置文件(如 Nginx)和相关日志
server
{
listen 80;
listen 443 ssl http2;
server_name <隐藏的域名>;
index index.php index.html index.htm default.php default.htm default.html;
root /www/wwwroot/<隐藏的域名>;
}
Beta Was this translation helpful? Give feedback.
All reactions