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

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to