rpatel8624 / android-remote-stacktrace

Automatically exported from code.google.com/p/android-remote-stacktrace
0 stars 0 forks source link

Sending logs via HTTPS #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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