Re: Client can't negotiate with TLS 1.0 and 1.1

2022-08-24 Thread Fabiano Furtado Pessoa Coelho
Unfortunately, no! :( I've deleted all http2 references from the listen directive with 10.0.0.2 IP. On Wed, Aug 24, 2022 at 6:10 PM Jeffrey Walton wrote: > > On Wed, Aug 24, 2022 at 4:25 PM Fabiano Furtado Pessoa Coelho > wrote: [...] > > The HTTP/2 spec says TLS 1.2 when using secure sockets.

Re: Client can't negotiate with TLS 1.0 and 1.1

2022-08-24 Thread Fabiano Furtado Pessoa Coelho
Hi... same behavior! :( secure.example.com = 10.0.0.1 insecure.example.com = 10.0.0.2 Using curl with "host" header: $ curl -kv --tlsv1.0 --tls-max 1.1 -H 'host: insecure.example.com' https://10.0.0.2/ * Trying 10.0.0.2:443... * Connected to 10.0.0.2 (10.0.0.2) port 443 (#0) * ALPN, offering h2

Re: Client can't negotiate with TLS 1.0 and 1.1

2022-08-24 Thread Jeffrey Walton
On Wed, Aug 24, 2022 at 4:25 PM Fabiano Furtado Pessoa Coelho wrote: > > Hi... > > I'm using NGINX 1.22.0 with OpenSSL 3.0.5 in a Linux x86_64 server > with one NIC and 2 IPs, with the following config: > > * config based on > https://ssl-config.mozilla.org/#server=nginx&version=1.22.0&config=in

Re: Client can't negotiate with TLS 1.0 and 1.1

2022-08-24 Thread Igor Ippolitov
Fabiano, Is it possible that you have nginx.org/r/ssl_reject_handshake configured in another server block listening on 10.0.0.2:443? Is there anything useful in nginx error log? My guess, using -servername option will resolve the issue for you. Regards, Igor. On 24/08/2022 21:22, Fabiano Fur

Re: Client can't negotiate with TLS 1.0 and 1.1

2022-08-24 Thread Maxim Dounin
Hello! On Wed, Aug 24, 2022 at 05:22:10PM -0300, Fabiano Furtado Pessoa Coelho wrote: > I'm using NGINX 1.22.0 with OpenSSL 3.0.5 in a Linux x86_64 server > with one NIC and 2 IPs, with the following config: > > * config based on > https://ssl-config.mozilla.org/#server=nginx&version=1.22.0&co

Client can't negotiate with TLS 1.0 and 1.1

2022-08-24 Thread Fabiano Furtado Pessoa Coelho
Hi... I'm using NGINX 1.22.0 with OpenSSL 3.0.5 in a Linux x86_64 server with one NIC and 2 IPs, with the following config: * config based on https://ssl-config.mozilla.org/#server=nginx&version=1.22.0&config=intermediate&openssl=3.0.5&guideline=5.6 1st) IP 10.0.0.1 with intermediate config (o