Skip to content
New issue

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

IPv6 配置问题 #23

Open
FrozenYogurtPuff opened this issue Mar 1, 2022 · 0 comments
Open

IPv6 配置问题 #23

FrozenYogurtPuff opened this issue Mar 1, 2022 · 0 comments

Comments

@FrozenYogurtPuff
Copy link

sed -i "3c \\\tlisten [::]:${port} http2;" ${nginx_conf}

listen [::]:443 http2;

您好,为什么关于 IPv6 的这两行 Nginx 配置不需要添加 ssl

我在使用 IPv6 连接时发送 Client hello 后无应答,报错 routines:ssl3_get_record:wrong version number
在修改 Nginx 为 listen [::]:443 ssl http2; 后成功

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant