Forum Discussion
avidCoder
Super 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>
shubhimu
6 years agoContributor
Still not working after adding this plugin in pom.xml..
maven version is 3.8 and java version is 1.8
- avidCoder6 years agoSuper Contributor
nmrao Would you like to give some suggestions for this problem?
- shubhimu6 years agoContributor
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
Related Content
- 5 years ago
- 14 years ago
Recent Discussions
- 2 days ago
- 2 days ago