小编123*_*123的帖子

nginx TLSv1.3 冗余握手后会话票证?

所以我在 nginx 中使用 TLSv1.3,在测试过程中curlopenssl看到了以下模式:

curl -v https://domain-using-tls2:

...
<request headers>
>
* TLSv1.2 (IN), TLS handshake, Newsession Ticket (4):
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 200
<response headers>
...
Run Code Online (Sandbox Code Playgroud)

curl -v https://domain-using-tls3:

...
<request headers>
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 200
<response …
Run Code Online (Sandbox Code Playgroud)

ssl nginx tls1.3

5
推荐指数
0
解决办法
1355
查看次数

标签 统计

nginx ×1

ssl ×1

tls1.3 ×1