Re: How to adjust HPACK dynamic table?

2020-12-19 Thread Jon Carmicheal
On 12/18/20 6:00 AM, nginx-requ...@nginx.org wrote: > Re: How to adjust HPACK dynamic table? Sorry I'm not yet familiar with how to write a follow-up on the mailing list, including the inline text, but thank you Maxim for your response to my inquiry. Please see below for a follow-up question.

TLS 1.3 and ssl_reject_handshake

2020-12-19 Thread graxlop
Hello, I'm using nginx 1.19.6 and when enabling "ssl_reject_handshake" in the top server block, it will disable TLS 1.3 if no certificate is included in the same server block or in the http block. server { listen 443 ssl; ssl_reject_handshake on; } server {