You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: