Forum Discussion
avidCoder
Super Contributor
Fix to this problem is to add -
-Djsse.enableSNIExtension=false
The path - home/soapui/bin/soapui.bat.
shubhimu
6 years agoContributor
Thanks for the reply..
..i still have a doubt here i am running my soapui project from maven so how would changing the bat file will suffice the purpose. Dont we need to add some plugin/dependency in pom.xml for this or may be something we need to pass in maven goal.
Kindly confirm and correct my understanding.
..i still have a doubt here i am running my soapui project from maven so how would changing the bat file will suffice the purpose. Dont we need to add some plugin/dependency in pom.xml for this or may be something we need to pass in maven goal.
Kindly confirm and correct my understanding.
- avidCoder6 years agoSuper Contributor
Could you please tell me what is your java version and maven version? May be its compatibility issue. And try adding this plugin :-
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <arguments>-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true</arguments> </configuration> </plugin>
Related Content
- 5 years ago
- 14 years ago
Recent Discussions
- 2 days ago
- 2 days ago