[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-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

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

2011-04-05 Thread Sebastian Wagner
it seems like we actually run into a common Issue of multiple users: The ROOT Certificate of Thawte is not imported yet. thawte Primary Root CA (Root) Thawte SSL CA (intermediate) does not work Verisign Class 3 Public Primary Certification Authority (Root) Thawte SGC CA (Intermediate) works !