I have reverse proxy running in jail.
installed
nginx-1.18.0_15
openssl-1.1.1g
both should in theory give TLSv1.3 support/
nginx.conf :
and every ssl check tool i try detects only TLSv1.2 support, with only TLSv1.3 in config I'm getting no protocol supported error in testers.
I'm still getting A+ on ssllabs.com
installed
nginx-1.18.0_15
openssl-1.1.1g
both should in theory give TLSv1.3 support/
nginx.conf :
Code:
ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384; ssl_ecdh_curve secp384r1;
and every ssl check tool i try detects only TLSv1.2 support, with only TLSv1.3 in config I'm getting no protocol supported error in testers.
I'm still getting A+ on ssllabs.com
Last edited: