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
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 {