how to solve ERR_SSL_VERSION_OR_CIPHER_MISMATCH in chrome Version 44.0.2403.155 m ?
Hi all,
I want to connect with the browser so i navigate URL as https://localhost:7443/jazz/admin but
ERR_SSL_VERSION_OR_CIPHER_MISMATCH is occurred .so i found the solution that type chrome://flags in URL
and then select SSL3 option in Minimum SSL/TLS option but when i go to chrome://flags i am not getting the this
option.what i do for this option.
Accepted answer
This is with respect to the RTC Extensions Workshop. Jetty is built in. The way it is built in, does not allow anything to change the version of TLS that is used.
- It is impossible to run against older versions such as 3.x, 4.x with modern browsers as the browser rejects to work on the older TLS version. Use an older version of the browser (if possible).
- There are other SSL issues that relate to the version of Java being used and revoked certificates and the like. Try using the latest update of the Java version. E.g. if Java 1.7 or Java 1.8 is in use, download the latest update.
4 other answers
As mentioned here, https://groups.google.com/a/chromium.org/forum/#!msg/security-dev/Vnhy9aKM_l4/E0G5VPlb9B4J, its possible that SSL v3 support has been completely disabled in Chrome 44. I assume you are using a Tomcat server. What version of CLM are you using? As far back as 4.0.3, my browser is showing a TLS 1.0 connection against my Tomcat environment. In <Jazz_Home>/server/server.startup.bat, what value is configured for this line?
set JAVA_OPTS=%JAVA_OPTS% -Djazz.connector.sslProtocol=SSL_TLS
If it is not "SSL_TLS" that could be the problem.
set JAVA_OPTS=%JAVA_OPTS% -Djazz.connector.sslProtocol=SSL_TLS
If it is not "SSL_TLS" that could be the problem.
This tutorial can help you to fix this https://www.clickssl.net/blog/err_ssl_version_or_cipher_mismatch