Hello,
This is probably due to a key size restrictions that limits to 128 in default JDK. Since you are
using keys larger than 128 you will have to patch your JDK to support this. To do this,
download the .zip archive from the following address:
For Java 7:
http://www.oracle.com/technetwork/java/ ... 32124.htmlFor Java 6:
http://www.oracle.com/technetwork/java/ ... 29243.htmlExtract files from the downloaded archive and copy contained .jar files into: <jre.home>/lib/security
folder (you will have to override the existing files).
Make sure you are patching the right JRE (the one soapUI is using). If you have downloaded soapUI
distribution with bundled JRE then folder for patched files should be:
<soapui.home>/jre/lib/security
If you have downloaded soapUI without bundled JRE, then it depends on your system
which JRE is in use.
regards!
Predrag
SmartBear Software