Overcoming Chrome's "ERR_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" message
Users running current versions of Chrome browser (greater than Version 42.0) are receiving the following message that prevents them from connecting to the destination site.
SSL server probably obsolete.
ERR_SSL_FALLBACK_BEYOND_MINIMUM_VERSION
Our web server is running WLS v10.3.5 with JDK version 1.6.0_24. I understand that I can resolve this by upgrading to JDK 7 but I would also need to upgrade WLS to at least version 10.3.6. Can I resolve this issue more easily by simply enabling the JSSE option for the given server? FYI - The checkbox for enabling JSSE can be found under Server settings; SSL; Advanced; "Use JSSE SSL".