I was getting the below error while testing the REST service secured with "AES256-SHA256" and TLS allowed higher than 1.1
Cannot support TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 with currently installed providers
To resolve this we downloaded "
http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html
Cannot support TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 with currently installed providers
To resolve this we downloaded "
http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html
Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7 Download" zip file UnlimitedJCEPolicyJDK7.zip
and replace the two files in JRE .(C:\Program Files\SmartBear\ReadyAPI-1.3.1\jre\lib\security) and this works.
Here are my JVMoptions
-Xms128m
-Xmx1000m
-Dsoapui.properties=soapui.properties
-Dsoapui.home=C:\Program Files\SmartBear\ReadyAPI-1.3.1/bin
-Dsoapui.ext.libraries=C:\Program Files\SmartBear\ReadyAPI-1.3.1/bin/ext
-Dsoapui.ext.listeners=C:\Program Files\SmartBear\ReadyAPI-1.3.1/bin/listeners
-Dsoapui.ext.actions=C:\Program Files\SmartBear\ReadyAPI-1.3.1/bin/actions
-Dwsi.dir=C:\Program Files\SmartBear\ReadyAPI-1.3.1/wsi-test-tools
-Djava.library.path=C:\Program Files\SmartBear\ReadyAPI-1.3.1/bin
-Djava.util.Arrays.useLegacyMergeSort=true
-XX:MaxPermSize=256m
-Dsun.net.http.allowRestrictedHeaders=true
-Dsoapui.sslcontext.algorithm=TLSv1.2
-Dsoapui.browser.disabled=true
No comments:
Post a Comment