Forum Discussion
TanyaYatskovska : Request you to provide solution around this issue.
- nmrao6 years agoChampion Level 3Please see if the below thread helps -
https://stackoverflow.com/questions/9578129/exception-javax-net-ssl-sslpeerunverifiedexception-peer-not-authenticated- ashu2486 years agoContributor
i am also facing the same issue.
i am using maven 3.6.0, jdk 1.8 & soapui-maven-plugin:5.2.1
what i tried:-
1) imported the .crt file to the cacert file into the jre->lib->security
2) mvn test -Djavax.net.ssl.keystore="keystore file path" -Djavax.net.ssl.keyStoreType="JKS" -Djavax.net.ssl.keyStorePassword="password"
3)mvn test -Djsse.enableSNIExtension=false
4)mvn test -Dt="soapui-settings.xml"
5)mvn test -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true
issue description:-
i am having 2 services A & B
A need basic authentication in that we are providing username & password
B need SSL certifcate & in headers tab we are required to pass header-Key & value.
set the ssl settings in preferences and executed it's working fine.
but when trying to execute the same project using maven.
service A is working fine but Service B is throwing SSLexception : peer not authenticated.
any help would be appreciated !!
Thanks
Related Content
- 5 years ago
- 14 years ago
Recent Discussions
- 2 days ago
- 2 days ago