Skip to content

Instantly share code, notes, and snippets.

@thiagocaiubi
Created July 20, 2011 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagocaiubi/1096043 to your computer and use it in GitHub Desktop.
Save thiagocaiubi/1096043 to your computer and use it in GitHub Desktop.
Exception in thread "main" br.com.caelum.restfulie.RestfulieException: Unable to execute https://esitef-homologacao.softwareexpress.com.br/e-sitef/iniciarTransacao.se
at br.com.caelum.restfulie.http.apache.ApacheDispatcher.execute(ApacheDispatcher.java:138)
at br.com.caelum.restfulie.http.apache.ApacheDispatcher.access(ApacheDispatcher.java:104)
at br.com.caelum.restfulie.http.apache.ApacheDispatcher.process(ApacheDispatcher.java:52)
at br.com.caelum.restfulie.request.RequestStack.process(RequestStack.java:38)
at br.com.caelum.restfulie.request.RequestChain.next(RequestChain.java:20)
at br.com.caelum.restfulie.request.RequestStack.process(RequestStack.java:29)
at br.com.caelum.restfulie.http.DefaultHttpRequest.access(DefaultHttpRequest.java:103)
at br.com.caelum.restfulie.http.DefaultHttpRequest.retrieve(DefaultHttpRequest.java:61)
at br.com.caelum.restfulie.http.DefaultHttpRequest.get(DefaultHttpRequest.java:57)
at RestfulieClient.main(RestfulieClient.java:9)
Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:352)
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128)
at org.apache.http.conn.ssl.SSLSocketFactory.createSocket(SSLSocketFactory.java:399)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:143)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:108)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:641)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:576)
at br.com.caelum.restfulie.http.apache.ApacheDispatcher.execute(ApacheDispatcher.java:132)
... 9 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment