Now if you are using a non IBM JVM (like the sun/oracle one) you will notice that support for a few more cipherspecs / ciphersuites has gone missing.
In particular ciphersuite SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA is no longer supported by java 7 in a non IBM JVM.
Refer to the cipherspec / ciphersuite correspondance table to find a supported ciphersuite with corresponding cipherspec; as the table only holds the IBM supported set you will have to go through trial and error until you find a suitable pair.
Remember if using the sun/oracle JVM that you will have to choose a non FIPS ciphersuite. To use a FIPS ciphersuite you would need to add the NSS package for your JVM to use, as the JVM's JSSE package is not FIPS certified (unlike the IBM one). You might be able to use a different corresponding ciphersuite like "TLS_RSA_..." but no guarantee that you won't get a ciphersuite not supported error.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum