| 1 | = Errors = |
| 2 | |
| 3 | == Core client errors == |
| 4 | === Scheduler request failed: peer certificate cannot be authenticated with known CA certificates === |
| 5 | |
| 6 | This error most frequently occurs because of incorrect date settings on your computer. To correct the problem, correct your computer clock. |
| 7 | |
| 8 | {{{ |
| 9 | 9-2-2006 4:33:20|World Community Grid|Resetting project |
| 10 | 9-2-2006 4:33:28|World Community Grid|Sending scheduler request: Requested by user |
| 11 | 9-2-2006 4:33:28|World Community Grid|Requesting 527040 seconds of new work |
| 12 | 9-2-2006 4:33:29||Project communication failed: attempting access to reference site |
| 13 | 9-2-2006 4:33:31||Access to reference site succeeded - project servers may be temporarily down. |
| 14 | 9-2-2006 4:33:34|World Community Grid|Scheduler request failed: peer certificate cannot be authenticated with known CA certificates |
| 15 | 9-2-2006 4:33:34|World Community Grid|Deferring communication for 15 min 27 sec |
| 16 | 9-2-2006 4:33:34|World Community Grid|Reason: scheduler request failed |
| 17 | }}} |
| 18 | |
| 19 | '''Why does this problem only affect WCG, and not other BOINC projects?''' |
| 20 | This is because WCG is (at the time of writing) the only BOINC project that requires a secure connection to the server. Other projects permit falling back to an insecure connection. |
| 21 | |
| 22 | |
| 23 | === Scheduler request failed: problem with the SSL CA cert (path? access rights?) === |
| 24 | This is a known problem with some ported BOINC releases, especially certain Linux x64 ports. The reason for the error is that a file (ca-bundle.crt) was omitted from the release. |
| 25 | |
| 26 | If you see this error message in your message log, then you probably need to apply this fix. |
| 27 | |
| 28 | 1. Determine your BOINC data directory. Check the beginning of your message log. There will be a line near the beginning like this: |
| 29 | {{{ |
| 30 | 08/06/2007 13:18:00||Data directory: C:\Program Files\BOINC |
| 31 | }}} |
| 32 | 1. Download the missing file. You can get it from here: [source:trunk/boinc/curl/ca-bundle.crt?format=raw] - make sure you name the file '''ca-bundle.crt'''. |
| 33 | 1. Place the file in your BOINC data directory. |
| 34 | 1. Restart BOINC. The way you do this will depend on your installation. |
| 35 | |
| 36 | '''Why does this problem only affect WCG, and not other BOINC projects?''' |
| 37 | This is because WCG is (at the time of writing) the only BOINC project that requires a secure connection to the server. Other projects permit falling back to an insecure connection. |
| 38 | |
| 39 | '''FreeBSD note:''' this issue has been fixed, please update your port-tree and rebuild BOINC. |
| 40 | |
| 41 | == Manager errors == |