Re: Inheritance issues with ssl_protocols and ssl_ciphers...

2022-11-12 Thread Maxim Dounin
Hello! On Sat, Nov 12, 2022 at 05:24:36AM -0500, wordlesswind wrote: > Hello guys, > > I enabled ssl_reject_handshake in the first 443 server segment of nginx.conf > to prevent someone from scanning the IP to detect the certificate. > > ``` > server { > listen 443 ssl reuseport; >

Inheritance issues with ssl_protocols and ssl_ciphers...

2022-11-12 Thread wordlesswind
Hello guys, I enabled ssl_reject_handshake in the first 443 server segment of nginx.conf to prevent someone from scanning the IP to detect the certificate. ``` server { listen 443 ssl reuseport; listen [::]:443 ssl; ssl_session_cacheshared:SSL:10m; ssl_ses