This SSL settings are set for my Apache server:
SSLProtocol all -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH EDH+aRSA !RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS"
Last time i changed the SSLCipherSuite to prevent the Poodle attack (removed SSL3 support) but now i have a problem with Internet Explorer.
There is no way to find the best and actual CipherSuite settings on Google. I searched and tried different settings for hours.
I use Qualys SSL Labs to test the settings and i nou i receive an 'A' grade: https://www.ssllabs.com/ssltest/analyze.html?d=allesonlinekopen.nl
But there is a problem:
Bing webmaster console give me the error: "Web Exception Status: SecureChannelFailure"
When i look at the SSL Report from Qualys ssl labs it show's fails in the handshake simulation for all microsoft related programs:
BingBot Dec 2013 No SNI 2 Protocol or cipher suite mismatch Fail3
IE 6 / XP No FS 1 No SNI 2 Protocol or cipher suite mismatch Fail3
IE 7 / Vista Protocol or cipher suite mismatch Fail3
IE 8 / XP No FS 1 No SNI 2 Protocol or cipher suite mismatch Fail3
IE 8-10 / Win 7 R Protocol or cipher suite mismatch Fail3
IE 11 / Win 7 R Protocol or cipher suite mismatch Fail3
IE Mobile 10 / Win Phone 8.0 Protocol or cipher suite mismatch Fail3
IE Mobile 11 / Win Phone 8.1 Protocol or cipher suite mismatch Fail3
Only IE 11 with win 10 and win 8.1 are working because the support TLS 1.2.
How can i fix this problem and give Bingbot and some older computers with IE8+ access to my site without SSL waring?
It is also fine whin i receive 'A-' grade on Qualys SSL labs.