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
Ralph Schoon (63.5k●3●36●46)
| answered Oct 28 '19, 6:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER 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.
Ralph Schoon selected this answer as the correct answer
|
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. |
Use an older version of Chrome or Firefox so that you can still use SSLv3. Otherwise, follow the instructions in this technote to disable SSLv3 on your Jazz server as well.
http://www-01.ibm.com/support/docview.wss?uid=swg21687762 |
If you are having bitdefender antivirus then go to settings and disable the ssl
|
This tutorial can help you to fix this https://www.clickssl.net/blog/err_ssl_version_or_cipher_mismatch |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.