Forum Discussion
Hi HimanshuTayal, Below is my .vmoption file contents, I'm not sure what to chage?
-XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -Xms128m -Xmx8000m -Dsoapui.properties=soapui.properties -Dsoapui.home=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin -Dsoapui.ext.libraries=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin/ext -Dsoapui.ext.listeners=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin/listeners -Dsoapui.ext.actions=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin/actions -Dwsi.dir=C:\Program Files\SmartBear\ReadyAPI-3.1.0/wsi-test-tools -Djava.library.path=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin -Djava.util.Arrays.useLegacyMergeSort=true -Dsun.net.http.allowRestrictedHeaders=true -Djava.security.manager=com.smartbear.ready.ReadyApiSecurityManager
Add below in your .vmoption file
-Dsoapui.https.protocols=<TLSv1.2, TLSv1, SSLv3>
just specify single version which you want to use. Hope it will resolve your issue.
- arunbharath5 years agoContributor
HimanshuTayal . Addding -Dsoapui.https.protocols=TLSv1.2 is resloved the ssl exception issue, but new problem is response is not showing up. Request went through successfully, even I'm able to see the response in the logs but not in the response panel.
- HimanshuTayal5 years agoCommunity Hero
arunbharath : Great to hear you are able to successfully got the response.
Hope soapui-handshake-failure-on-https-endpoint-service link will help you on other part of not getting Response in SoapUI
- sonya_m5 years agoSmartBear Alumni (Retired)
- nmrao5 years agoChampion Level 3The system argument details was given already in the link above; looks you missed other day.
Which service REST or SOAP ? Have you looked at xml or json tabs?- arunbharath5 years agoContributor
nmrao those are rest service. Yes I checked those JSON and XML tabs. I'm not seeing anything
Please fine my system prop
-XX:MinHeapFreeRatio=20
-XX:MaxHeapFreeRatio=40
-Xms128m
-Xmx8000m
-Dsoapui.properties=soapui.properties
-Dsoapui.home=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin
-Dsoapui.ext.libraries=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin/ext
-Dsoapui.ext.listeners=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin/listeners
-Dsoapui.ext.actions=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin/actions
-Dwsi.dir=C:\Program Files\SmartBear\ReadyAPI-3.1.0/wsi-test-tools
-Djava.library.path=C:\Program Files\SmartBear\ReadyAPI-3.1.0/bin
-Djava.util.Arrays.useLegacyMergeSort=true
-Dsun.net.http.allowRestrictedHeaders=true
-Djava.security.manager=com.smartbear.ready.ReadyApiSecurityManager
-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2
-Dsoapui.https.protocols=SSLv3,TLSv1.2
Related Content
Recent Discussions
- 2 days ago