Forum Discussion

bama4535's avatar
bama4535
New Contributor
9 years ago

How do you upgrade the JDK cipher suite for Ready!API?

I am unable to connect to our webservices with Ready!API.  We recently updated the cipher suite in the Apache server hosting the services.  Oracle Java provides a set of files, "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7 ", that supports the newer cipher suites.

 

How can I apply those files to the java used by Ready!API.  I am using the MacOSx install.

 

Thanks,

Ronnie

2 Replies

  • bama4535's avatar
    bama4535
    New Contributor

    Btw...the error received on connection is:

     

    Mon Aug 03 11:29:12 CDT 2015:ERROR:javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

    • vijperum's avatar
      vijperum
      Occasional Contributor

      you may have to change in SmartBear/ReadyAPI-1.3.0/bin/ReadyAPI-1.3.1.vmoptions

       

      -Dsoapui.https.protocols=TLSv1

      -Dsoapui.https.ciphers=SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA

       

      Doess this help