matszpk / native-boinc-for-android

Native BOINC client for android and boinc applications
39 stars 12 forks source link

Scheduler request failed on World Community Grid #3

Closed rexxar-tc closed 11 years ago

rexxar-tc commented 11 years ago

From what I understand, it's because WGC requires a secure connection connection. This happens in some ported *nix clients, and the solution is to place a CA certificate in the program directory. This doesn't work on the android version, though. For whatever reason, pasting the certificate in the program directory causes the program to crash.

blueyed commented 11 years ago

The client might use the system's certificates? There's an option in Android settings to import CAs from the sdcard - which is required also to access sites signed by CAcert.org, for example.

matszpk commented 11 years ago

Added ca-bundle.crt file to APK.