Apache implementation of DefaultHttpClient that is used in your library by
default doesn't work with HTTPS protocol. It's throws "javax.net.ssl
SSLException: Not trusted server certificate" exception. For resolving this
problem we need to configure http client correctly or disable certificate
checking and allow connecting to all servers. Unfortunatly, the current API of
the library doesn't allow us to do this, because we havent acces to HttpClient.
Original issue reported on code.google.com by dm.vl.ta...@gmail.com on 20 Dec 2011 at 10:59
Original issue reported on code.google.com by
dm.vl.ta...@gmail.com
on 20 Dec 2011 at 10:59