Closed maxfong closed 2 months ago
使用 tquic-example-c 工程测试已接入腾讯云服务且已开启 quic 支持的域名
tquic-example-c
./simple_client wxquicssl.17u.cn 443
报错提示
CONNECTION_CLOSE (Transport) Error code: CRYPTO_ERROR (Internal Error) TLS Alert Description: Internal Error (80)
Wireshark 截图:
如何能查到具体的错误点? 感谢
tquic-example-c/simple_client.c 是仅使用QUIC的简单示例,仅支持 HTTP/0.9 over QUIC(没有支持 HTTP/3)。 在你的场景中,会由于ALPN协商错误而导致握手失败。
如果要使用HTTP/3访问,你可以使用 tquic_client:
使用
tquic-example-c
工程测试已接入腾讯云服务且已开启 quic 支持的域名报错提示
Wireshark 截图:
如何能查到具体的错误点? 感谢