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
V2Ray_ws-tls_bash_onekey/install.sh
Line 294 in 10e75dd
Line 538 in 10e75dd
您好,为什么关于 IPv6 的这两行 Nginx 配置不需要添加 ssl?
ssl
我在使用 IPv6 连接时发送 Client hello 后无应答,报错 routines:ssl3_get_record:wrong version number 在修改 Nginx 为 listen [::]:443 ssl http2; 后成功
listen [::]:443 ssl http2;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
V2Ray_ws-tls_bash_onekey/install.sh
Line 294 in 10e75dd
V2Ray_ws-tls_bash_onekey/install.sh
Line 538 in 10e75dd
您好,为什么关于 IPv6 的这两行 Nginx 配置不需要添加
ssl
?我在使用 IPv6 连接时发送 Client hello 后无应答,报错 routines:ssl3_get_record:wrong version number
在修改 Nginx 为
listen [::]:443 ssl http2;
后成功The text was updated successfully, but these errors were encountered: