ssl_reject_handshake is working as intended
This commit is contained in:
parent
49f968dcf9
commit
c82d81e018
@ -149,8 +149,9 @@ http {
|
|||||||
listen [::]:443 default_server ssl backlog=4096;
|
listen [::]:443 default_server ssl backlog=4096;
|
||||||
ssl_reject_handshake on;
|
ssl_reject_handshake on;
|
||||||
|
|
||||||
# work around unreliable ssl_reject_handshake
|
|
||||||
keepalive_timeout 0;
|
keepalive_timeout 0;
|
||||||
|
|
||||||
|
# https://trac.nginx.org/nginx/ticket/2012
|
||||||
location / {
|
location / {
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user