[android-developers] Re: SSL certpath error, Issue in Android or on server side?!

2011-04-07 Thread Sebastian Wagner
okay command aborted :)) With the help of this code I was able to accept any Cert: http://www.google.com/codesearch/p?hl=de#HWjuhIdT4ps/trunk/src/org/transdroid/util/FakeSocketFactory.java bit still it was quite tricky to find it out Sebastian -- You received this message because you are sub

[android-developers] Re: SSL certpath error, Issue in Android or on server side?!

2011-04-07 Thread Sebastian Wagner
>From my point of view one of those ROOT CA's is missing: https://www.thawte.com/roots/index.html Accepting all Cert's to workaround does not work either. Importing the ROOT CA into the application like described here: http://blog.antoine.li/index.php/2010/10/android-trusting-ssl-certificates/

[android-developers] Re: SSL certpath error, Issue in Android or on server side?!

2011-04-05 Thread Sebastian Wagner
! Was there some kind of update that Thawte certificates that is not shift to Android Platform yet? I am testing with Android 2.2 similar to what is described here: http://code.google.com/p/android/issues/detail?id=10807 Can someone confirm this? Thanks Sebastian Wagner http

[android-developers] SSL certpath error, Issue in Android or on server side?!

2011-04-05 Thread Sebastian Wagner
Hi everybody, I cannot connect to the URL https://umbreit.e-bookshelf.de with the HTTPClient. It *seems* like this Issue is also ours: http://code.google.com/p/android/issues/detail?id=1946#c19 Could someone verify that from the team if its an Android or a problem on the server side? Thanks