ssl_reject_handshake breaks other server blocks

2024-02-28 Thread Taco de Wolff
Hi, I've noticed at least in 1.24.0 and 1.25.4 that adding an ssl_reject_handshake to the default server breaks SNI for other servers. Example: ``` server { server_name _; listen 80 default_server; listen 443 default_server ssl; listen 443 default_server quic reuseport; listen

Re: location {} access_log off -> no such file or directory

2024-02-28 Thread J Carter
Hello, On Mon, 26 Feb 2024 09:55:10 +0100 "Roberto D. Maggi" wrote: > Hi you all, > > I'm trying to improve the reverse proxy's virtual hosts' configuration > files of my company, > > but I'm facing an issue that I can't understand: > > > In the "location / " block I inserted these lines >