Re: nginx 0.7.65 and TLS1.2

2020-05-15 Thread Sergey Kandaurov
> On 15 May 2020, at 12:43, Marko Domanović wrote: > > Long story short, I need nginx 0.7.65 to be able to support TLS1.2. > Seems like it's dependent on openssh version and installed one is 1.0.1t > which seem to support TLS1.2, but "nmap --script ssl-enum-ciphers -p 443 > sitename" says only S

RE: nginx 0.7.65 and TLS1.2

2020-05-15 Thread Reinis Rozitis
> it's dependent on openssh version and installed one is 1.0.1t On openssl. > which seem to support TLS1.2, but "nmap --script ssl-enum-ciphers -p 443 > sitename" says only SSLv3 and TLS1.0 are supported. So is there anything I > can to to make nginx 0.7.65 recognize TLS1.2 and use it? > > Yeah

nginx 0.7.65 and TLS1.2

2020-05-15 Thread Marko Domanović
Long story short, I need nginx 0.7.65 to be able to support TLS1.2. Seems like it's dependent on openssh version and installed one is 1.0.1t which seem to support TLS1.2, but "nmap --script ssl-enum-ciphers -p 443 sitename" says only SSLv3 and TLS1.0 are supported. So is there anything I can to to