This post focuses on upgrading the Crypto profile objects configuration (keep TLS and disable rest) on DataPower. If you face any issues in establishing the TLS connectivity from Soap UI, follow these steps to fix the issue:
Step – 1: Navigate to C:\Program Files\SmartBear\SoapUI-5.2.1\bin folder.
Step – 2 : Edit SoapUI-5.2.1.vmoptions file with any text editor.
Step – 3 : Add following entry and save the file. It will only enable TLS 1.2 protocol.
-Dsoapui.https.protocols=TLSv1.2
If you have a requirement to enable other TLS version too, then use comma separated values as shown below.
-Dsoapui.https.protocols=TLSv1,TLSv1.1,TLSv1.2
Step – 4 : Close and Re-launch the Soap UI.