I have configured our Tomcat 7 (jdk 7) server to only accept TLS (1, 1.1 & 1.2) protocols, to address POODLE. I have also disabled all DH cipher suites to achieve PCI DSS compliance.
Unfortunately this blocks all requests from IE8 browsers (on XP). Has anyone got around this issue.
IE8 seems to support the following non-weak ciphers: TLS_RSA_WITH_RC4_128_MD5 TLS_RSA_WITH_RC4_128_SHA TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
However jdk 7 does not.
Any help appreciated.