java - SSLPeerUnverifiedException: peer not authenticated in eclipse but not intellij -


so have code interfaces external rest service. imported ssl cert java keystore , unit tests work fine...while i'm using intellij. other members on team use eclipse , though cert in keystore dreaded peer not authenticated exception.

even on computer certs in chain in keystore works in intellij not eclipse.

my great google skills have failed me on one. me, stackoverflow, you're hope.

eclipse stack trace

javax.net.ssl.sslpeerunverifiedexception: peer not authenticated     @ sun.security.ssl.sslsessionimpl.getpeercertificates(unknown source)     @ org.apache.http.conn.ssl.abstractverifier.verify(abstractverifier.java:126)     @ org.apache.http.conn.ssl.sslsocketfactory.connectsocket(sslsocketfactory.java:437)     @ org.apache.http.impl.conn.defaultclientconnectionoperator.openconnection(defaultclientconnectionoperator.java:180)     @ org.apache.http.impl.conn.managedclientconnectionimpl.open(managedclientconnectionimpl.java:294)     @ org.apache.http.impl.client.defaultrequestdirector.tryconnect(defaultrequestdirector.java:643)     @ org.apache.http.impl.client.defaultrequestdirector.execute(defaultrequestdirector.java:479)     @ org.apache.http.impl.client.abstracthttpclient.execute(abstracthttpclient.java:906)     @ org.apache.http.impl.client.abstracthttpclient.execute(abstracthttpclient.java:805) 


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -