ssl_reject_handshake is working as intended

This commit is contained in:
Daniel Micay 2023-03-07 10:36:12 -05:00
parent 12b5478585
commit 139b0ed376

View File

@ -124,8 +124,9 @@ http {
listen [::]:443 default_server ssl backlog=4096;
ssl_reject_handshake on;
# work around unreliable ssl_reject_handshake
keepalive_timeout 0;
# https://trac.nginx.org/nginx/ticket/2012
location / {
return 404;
}