Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx cipher suite doens't work in IE9 and earlier #10

Open
micahflee opened this issue Dec 18, 2012 · 0 comments
Open

nginx cipher suite doens't work in IE9 and earlier #10

micahflee opened this issue Dec 18, 2012 · 0 comments

Comments

@micahflee
Copy link

I discovered that this line in the nginx file prevents Internet Explorer 9 and earlier from connecting to the server:

ssl_ciphers ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA;

It seems to actually work in IE 10. But in IE 8 and 9 it returns the error "This program cannot display the webpage." Commenting out that line fixes the issue, but of course allows older and possibly insecure ciphers to be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant