XP/IE8 HTTPS support :(

itpp2012 nginx-forum at nginx.us
Mon Oct 20 15:41:32 UTC 2014


Try this;

ssl_prefer_server_ciphers On;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers
ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!eNULL:!MD5:!DSS;

Works with IE7/xp, sslabs is ok with this as well.

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254170,254172#msg-254172



More information about the nginx mailing list