Ciphersuite Warning solution requested
When I am selecting an option in Ciphersuite(SSL_***) I am getting the below warning:
"The selected Cipher suite is not supported by your JRE. you may need to use an IBM JRE"
Please help in solving the issue
Please let me know the name if any jars to be added
Comments
-
Hi,
The are some cipher suites that are not supported by the jvm that we ship with the product. IBM has some cipher suites specific to only that JVM. You will want to run you desktop (and potentially server) with an IBM JDK to get access to those cipher suites.
I can't find a reference to the documentation but I have asked a few people who might know where the information for how to do this is.
Also you could reach out to support via https://www.parasoft.com/support as they would be able to help.
0 -
Hello,
You need to install an IBM JDK on your system, and then you need to configure Virtualize to use it by passing the following argument to the Virtualize executable:
virtualize.exe -Zjava_home "path_to_your_ibm_java_installation"
I've attached a PDF with documentation for reference.
0 -
Download IBM JDK from here: https://www.ibm.com/developerworks/java/jdk/
0