javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated with rally api 2.2.1
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated with rally api 2.2.1
I am trying to integrate rally with java project using rally api version 2.2.1 but I am getting an exception:
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated exception.
Sounds like there's a self signed cert in there somewhere. Are you using a proxy? Are you using an on-prem instance of rally (not rally1.rallydev.com)?
– Kyle Morse
Aug 30 at 1:37
I was able to solve it, The issue was with httpclient 4.2.5 and jdk 7 version compatibility. I enabled the debugging with JDK and all certificates were fine and i am not using proxy also. Finally with JDK 8 upgrade all issues solved. but this is weird and never thought it has something to do with Java version. anyways thanks much for your support.
– Sandeep Vedavyas
Aug 30 at 6:34
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Welcome to stackoverflow. Show us some code you have tried. Use stackoverflow.com/help/how-to-ask in order to improve your question
– Franck Gamess
Aug 29 at 5:20