Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes


Accepted answer

Permanent link

 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.  

Ralph Schoon selected this answer as the correct answer

0 votes


4 other answers

Permanent link
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.

0 votes


Permanent link
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

0 votes


Permanent link
 If you are having bitdefender antivirus then go to settings and disable the ssl 

0 votes


Permanent link

 This tutorial can help you to fix this https://www.clickssl.net/blog/err_ssl_version_or_cipher_mismatch

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 13 '15, 6:45 a.m.

Question was seen: 165,512 times

Last updated: Dec 18 '23, 9:49 p.m.

Confirmation Cancel Confirm