SSL Ciphers for IE11

Hello.

A customer of mine is demanding me to “enable” his domain to work with IE11/Win7.

Would you know which ciphers I must add to my nginx.conf in order to achieve this inglorious goal?

Thanks in advance!

ssl_ciphers 'ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256';

Found this cipher here - https://mozilla.github.io/server-side-tls/ssl-config-generator/?server=nginx-1.10.3&openssl=1.0.1e&hsts=no&profile=modern

The Modern profile supports IE11 on Windows 7

1 Like

Thank you!

It seems the issue is solved. :slight_smile: