In Nginx revers proxy unable to disable TLS1

blason nginx-forum at forum.nginx.org
Sat Dec 1 06:02:19 UTC 2018


Hi Team,

I have deployed nginx in reverse proxy mode and trying to disable TLS1
and1.1 in configuation file but somehow it still shows when site is scanned
by SSLlabs.

Any idea why?

nginx version: nginx/1.10.1

        ssl_prefer_server_ciphers On;
        ssl_protocols  TLSv1.2;
        ssl_ciphers
ECDH+AESGCM:ECDH+CHACHA20:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:RSA+AESGCM:RSA+AES:!aNULL:!MD5:!DSS;
        ssl_dhparam /etc/ssl/stest.pem;

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282222,282222#msg-282222



More information about the nginx mailing list