Re: TLS 1.3 and ssl_reject_handshake

2020-12-23 Thread Maxim Dounin
Hello! On Sat, Dec 19, 2020 at 05:04:36AM -0500, graxlop wrote: > 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

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 {