Replies: 1 comment 2 replies
-
only http2 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
服务端客户端均为4.34.
一台权限受限的服务器
服务器只有用户权限,能运行php,能上传php文件并用php的exec执行shell命令
上传的文件在根目录~/html_of_someuser/对应公网地址https://example.com/someuser/(没有网站根目录权限)
没有sudo权限,因此不能开防火墙端口,不能改apache2的conf配置
apache2只启用了proxy_http,没有proxy_wstunnel所以不能使用websocket,也没有启用proxy_http2(可能是症结所在)
期望在apache2(网站整体默认启用了https)后使用v2ray http,遇到错误http2: unexpected ALPN protocol http/1.1; want qh2 (完整log见附)
服务端网站用户根目录下apache的.htaccess
~/html_of_someuser/.htaccess
服务器端配置
~/html_of_someuser/v2ray/config.json
客户端配置
客户端(qv2ray+v2ray-core) log
似乎v2ray只支持http2? 不明白qh2是什么alpn协议,也不知道如何强制使用http1.1 - v2ray服务器端配置并未启用tls
是否是v2ray http本身的限制,无法兼容http1.1?
有没有解决方法、绕过方法?
Beta Was this translation helpful? Give feedback.
All reactions