Forum Discussion
- nmraoChampion Level 3How does end point look like? Check if you are using http instead of https.
- arunbharathContributor
Hi nmaro. My endpoint is looking fine. It has to be in the format of https://{ip-address}/service. Same endpoint was working fine earlier with version 3.1.0 also it is working fine in versions like 3.0.0
- nmraoChampion Level 3Using any key store / certificates? Are they expired? Just to ensure good from that front.
- HimanshuTayalCommunity Hero
Hi arunbharath ,
Generally Handshake error occurs :
when there is difference in TLS of both application endpoint and soapui.
You can correct the version in .vmoptions file located in bin folder of your soapui
- arunbharathContributor
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
- HimanshuTayalCommunity Hero
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.
Related Content
Recent Discussions
- 2 days ago